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

12

/packages/apps/Contacts/src/com/android/contacts/
H A DPinnedHeaderListView.java122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PinnedHeaderListView
123 super.onLayout(changed, left, top, right, bottom);
H A DContactListItemView.java188 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ContactListItemView
/packages/apps/Camera/src/com/android/camera/ui/
H A DLinearLayout.java40 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LinearLayout
H A DGLView.java299 onLayout(true, left, top, right, bottom);
302 onLayout(false, left, top, right, bottom);
340 protected void onLayout( method in class:GLView
H A DRotatePane.java37 protected void onLayout( method in class:RotatePane
H A DIndicatorBar.java111 protected void onLayout( method in class:IndicatorBar
H A DPopupWindow.java92 protected void onLayout( method in class:PopupWindow
H A DZoomController.java114 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ZoomController
H A DGLListView.java232 protected void onLayout( method in class:GLListView
H A DHeadUpDisplay.java173 protected void onLayout( method in class:HeadUpDisplay
H A DGLRootView.java214 // "View" system will invoke onLayout() for initialization(bug ?), we
233 protected void onLayout( method in class:GLRootView
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorDisplay.java64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:CalculatorDisplay
65 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Camera/src/com/android/camera/
H A DPreviewFrameLayout.java72 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PreviewFrameLayout
/packages/apps/Phone/src/com/android/phone/
H A DButtonGridLayout.java42 * size. Then onLayout is invoked to layout the buttons.
141 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ButtonGridLayout
H A DInCallMenuView.java364 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:InCallMenuView
365 if (DBG) log("onLayout(changed " + changed
/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
H A DImageViewTouchBase.java77 protected void onLayout(boolean changed, int left, int top, method in class:ImageViewTouchBase
79 super.onLayout(changed, left, top, right, bottom);
H A DCropImage.java565 protected void onLayout(boolean changed, int left, int top, method in class:CropImageView
567 super.onLayout(changed, left, top, right, bottom);
H A DGridViewSpecial.java77 // The mLeftEdgePadding fields is filled in onLayout(). See the comments
78 // in onLayout() for details.
121 // These are set in onLayout().
126 // We can handle events only if onLayout() is completed.
192 public void onLayout(boolean changed, int left, int top, method in class:GridViewSpecial
194 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DImageViewTouchBase.java77 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ImageViewTouchBase
78 super.onLayout(changed, left, top, right, bottom);
H A DCropImage.java680 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:CropImageView
681 super.onLayout(changed, left, top, right, bottom);
H A DGridLayer.java337 onLayout(Shared.INVALID, Shared.INVALID, oldLayout);
832 public synchronized void onLayout(int newAnchorSlotIndex, int currentAnchorSlotIndex, LayoutInterface oldLayout) { method in class:GridLayer
997 onLayout(newSlotIndex, currentlyVisibleSlotIndex, null);
/packages/apps/Mms/src/com/android/mms/ui/
H A DSearchActivity.java102 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SearchActivity.TextViewSnippet
175 super.onLayout(changed, left, top, right, bottom);
H A DSlideView.java455 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
456 super.onLayout(changed, left, top, right, bottom);
/packages/apps/IM/src/com/android/im/app/
H A DContactListView.java504 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ContactListView
506 super.onLayout(changed, l, t, r, b);

Completed in 601 milliseconds

12