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

123

/frameworks/base/core/java/android/widget/
H A DGallery.java349 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Gallery
350 super.onLayout(changed, l, t, r, b);
H A DHorizontalScrollView.java1450 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:HorizontalScrollView
1451 super.onLayout(changed, l, t, r, b);
H A DScrollView.java1458 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ScrollView
1459 super.onLayout(changed, l, t, r, b);
H A DActivityChooserView.java424 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActivityChooserView
H A DAdapterViewAnimator.java758 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterViewAnimator
H A DSlidingDrawer.java315 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingDrawer
H A DNumberPicker.java720 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NumberPicker
722 super.onLayout(changed, left, top, right, bottom);
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)
1536 * @see #onLayout(boolean, int, int, int, int)
H A DGridLayout.java1057 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GridLayout
H A DRelativeLayout.java1011 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RelativeLayout
H A DAbsListView.java1979 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:AbsListView
1980 super.onLayout(changed, l, t, r, b);
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java588 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PhotoView
589 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java586 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PhotoView
587 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java456 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContextView
H A DActionBarView.java1093 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarView
1434 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarView.HomeView
H A DSlidingTab.java720 // onLayout(true, getLeft(), getTop(), getLeft() + getWidth(), getTop() + getHeight());
724 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingTab
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DMultiPaneChallengeLayout.java325 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:MultiPaneChallengeLayout
H A DSlidingChallengeLayout.java911 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingChallengeLayout
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/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/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/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/support/v4/java/android/support/v4/view/
H A DViewPager.java1433 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 DView.java194 * <td><code>{@link #onLayout(boolean, int, int, int, int)}</code></td>
13992 * onLayout. In that method, they should
14008 onLayout(changed, l, t, r, b);
14037 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:View

Completed in 497 milliseconds

123