Searched refs:onLayout (Results 51 - 52 of 52) sorted by relevance

123

/frameworks/base/core/java/android/widget/
H A DTextView.java6458 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TextView
6459 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/view/
H A DViewGroup.java3285 * Adds a view during layout. This is useful if in your onLayout() method,
3300 * Adds a view during layout. This is useful if in your onLayout() method,
3529 * Removes a view during layout. This is useful if in your onLayout() method,
3543 * Removes a range of views during layout. This is useful if in your onLayout() method,
4384 protected abstract void onLayout(boolean changed, method in class:ViewGroup

Completed in 149 milliseconds

123