Searched defs:onLayout (Results 51 - 69 of 69) sorted by relevance

123

/frameworks/base/core/java/android/widget/
H A DStackView.java556 private void onLayout() { method in class:StackView
1094 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StackView
1109 onLayout();
H A DGridLayout.java1110 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GridLayout
H A DNumberPicker.java725 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NumberPicker
727 super.onLayout(changed, left, top, right, bottom);
H A DAbsListView.java2076 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:AbsListView
2077 super.onLayout(changed, l, t, r, b);
H A DTextView.java6617 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TextView
6618 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1123 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarView
1525 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarView.HomeView
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1111 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GlowPadView
1112 super.onLayout(changed, left, top, right, bottom);
H A DMultiWaveView.java1007 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:MultiWaveView
1008 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1335 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:WebVttRenderingWidget
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java937 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingChallengeLayout
H A DPagedView.java744 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PagedView
749 if (DEBUG) Log.d(TAG, "PagedView.onLayout()");
781 if (DEBUG_WARP) Log.v(TAG, "onLayout: swapping pages");
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java651 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PhotoView
652 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java676 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:DrawerLayout
1363 // This reverses the positioning shown in onLayout.
H A DSlidingPaneLayout.java638 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingPaneLayout
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarView.java1014 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarView
1352 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarView.HomeView
/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/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1011 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GridLayout
/frameworks/base/core/java/android/view/
H A DViewGroup.java3508 * Adds a view during layout. This is useful if in your onLayout() method,
3523 * Adds a view during layout. This is useful if in your onLayout() method,
3756 * Removes a view during layout. This is useful if in your onLayout() method,
3770 * Removes a range of views during layout. This is useful if in your onLayout() method,
4642 protected abstract void onLayout(boolean changed, method in class:ViewGroup
H A DView.java195 * <td><code>{@link #onLayout(boolean, int, int, int, int)}</code></td>
14761 * onLayout. In that method, they should
14785 onLayout(changed, l, t, r, b);
14816 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:View

Completed in 633 milliseconds

123