public static interface View.OnLayoutChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onLayoutChange(View v,
int left,
int top,
int right,
int bottom,
int oldLeft,
int oldTop,
int oldRight,
int oldBottom) |
void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom)
Copyright © 2008-2013. All Rights Reserved.