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

123

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1432 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LinearLayout
1446 * @see #onLayout(boolean, int, int, int, int)
1540 * @see #onLayout(boolean, int, int, int, int)
H A DGridLayout.java1064 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GridLayout
H A DRelativeLayout.java1066 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RelativeLayout
H A DAbsListView.java1997 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:AbsListView
1998 super.onLayout(changed, l, t, r, b);
H A DTextView.java6530 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TextView
6531 super.onLayout(changed, left, top, right, bottom);
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java643 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StaggeredGridView
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java660 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:DrawerLayout
1351 // This reverses the positioning shown in onLayout.
H A DSlidingPaneLayout.java631 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingPaneLayout
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java996 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GridLayout
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java707 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PagedView
712 if (DEBUG) Log.d(TAG, "PagedView.onLayout()");
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1497 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ViewPager
/frameworks/base/core/java/android/view/
H A DViewGroup.java3455 * Adds a view during layout. This is useful if in your onLayout() method,
3470 * Adds a view during layout. This is useful if in your onLayout() method,
3699 * Removes a view during layout. This is useful if in your onLayout() method,
3713 * Removes a range of views during layout. This is useful if in your onLayout() method,
4573 protected abstract void onLayout(boolean changed, method in class:ViewGroup
H A DView.java192 * <td><code>{@link #onLayout(boolean, int, int, int, int)}</code></td>
14272 * onLayout. In that method, they should
14289 onLayout(changed, l, t, r, b);
14318 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:View

Completed in 1263 milliseconds

123