Searched refs:onLayout (Results 1 - 25 of 80) sorted by relevance

1234

/packages/apps/Camera/src/com/android/camera/ui/
H A DLayoutNotifyView.java44 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LayoutNotifyView
45 super.onLayout(changed, l, t, r, b);
46 mLayoutChangeHelper.onLayout(changed, l, t, r, b);
H A DLayoutChangeHelper.java36 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LayoutChangeHelper
H A DRotateLayout.java62 protected void onLayout( method in class:RotateLayout
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRightAlignedHorizontalScrollView.java35 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RightAlignedHorizontalScrollView
36 super.onLayout(changed, l, t, r, b);
H A DStackLayout.java49 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StackLayout
H A DRotateLayout.java48 protected void onLayout( method in class:RotateLayout
H A DIndicatorControlBar.java87 protected void onLayout( method in class:IndicatorControlBar
H A DZoomControlBar.java125 protected void onLayout( method in class:ZoomControlBar
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DTimelineRelativeLayout.java69 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TimelineRelativeLayout
70 super.onLayout(changed, l, t, r, b);
H A DZoomControl.java71 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ZoomControl
72 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Camera/src/com/android/camera/
H A DPreviewFrameLayout.java127 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PreviewFrameLayout
128 super.onLayout(changed, l, t, r, b);
129 mLayoutChangeHelper.onLayout(changed, l, t, r, b);
/packages/apps/Browser/src/com/android/browser/view/
H A DStopProgressView.java73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StopProgressView
74 super.onLayout(changed, left, top, right, bottom);
H A DBasePieView.java115 mListener.onLayout(anchorX, anchorY, left);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewGridLayout.java81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PagedViewGridLayout
82 super.onLayout(changed, left, top, right, bottom);
H A DPagedViewCellLayoutChildren.java110 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PagedViewCellLayoutChildren
/packages/apps/Browser/src/com/android/browser/
H A DTabScrollView.java85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TabScrollView
86 super.onLayout(changed, left, top, right, bottom);
233 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TabScrollView.TabLayout
234 super.onLayout(changed, left, top, right, bottom);
H A DPageProgressView.java94 public void onLayout(boolean f, int l, int t, int r, int b) { method in class:PageProgressView
H A DSnapshotBar.java114 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SnapshotBar
115 super.onLayout(changed, l, t, r, b);
H A DNavTabScroller.java50 public void onLayout(int l, int t, int r, int b); method in interface:NavTabScroller.OnLayoutListener
224 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NavTabScroller
225 super.onLayout(changed, l, t, r, b);
232 mLayoutListener.onLayout(l, t, r, b);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollBarView.java52 protected void onLayout( method in class:ScrollBarView
H A DEdgeView.java51 protected void onLayout( method in class:EdgeView
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLViewMock.java27 // onLayout
57 protected void onLayout(boolean changeSize, int left, int top, method in class:GLViewMock
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DProportionalLayout.java122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ProportionalLayout
/packages/apps/LegacyCamera/src/com/android/camera/
H A DModePicker.java253 protected void onLayout( method in class:ModePicker
255 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Gallery/src/com/android/camera/
H A DEvenlySpacedLayout.java124 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:EvenlySpacedLayout

Completed in 444 milliseconds

1234