android.view
Interface View.OnLayoutChangeListener

Enclosing class:
View

public static interface View.OnLayoutChangeListener


Method Summary
 void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom)
           
 

Method Detail

onLayoutChange

void onLayoutChange(View v,
                    int left,
                    int top,
                    int right,
                    int bottom,
                    int oldLeft,
                    int oldTop,
                    int oldRight,
                    int oldBottom)


Copyright © 2008-2012. All Rights Reserved.