Searched defs:onLayout (Results 1 - 25 of 101) sorted by relevance

12345

/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
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderListLayout.java47 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:FolderListLayout
48 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, "FolderListLayout(%s).onLayout() called", this);
49 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
/packages/apps/Browser/src/com/android/browser/
H A DPageProgressView.java94 public void onLayout(boolean f, int l, int t, int r, int b) { method in class:PageProgressView
/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);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateLayout.java51 protected void onLayout( method in class:RotateLayout
H A DCameraControls.java60 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:CameraControls
H A DCameraRootView.java168 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:CameraRootView
/packages/apps/Dialer/src/com/android/dialer/list/
H A DTileInteractionTeaserView.java59 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TileInteractionTeaserView
60 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollBarView.java55 protected void onLayout( method in class:ScrollBarView
H A DEdgeView.java53 protected void onLayout( method in class:EdgeView
/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);
/packages/apps/Camera/src/com/android/camera/
H A DPreviewFrameLayout.java140 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PreviewFrameLayout
141 super.onLayout(changed, l, t, r, b);
142 mLayoutChangeHelper.onLayout(changed, l, t, r, b);
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetPreview.java103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TinyPlanetPreview
104 super.onLayout(changed, left, top, right, bottom);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java115 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ContactListPinnedHeaderView
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DProportionalLayout.java122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ProportionalLayout
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayoutChildren.java110 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PagedViewCellLayoutChildren
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);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewCellLayoutChildren.java111 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PagedViewCellLayoutChildren
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);

Completed in 844 milliseconds

12345