/packages/apps/Contacts/src/com/android/contacts/ |
H A D | PinnedHeaderListView.java | 122 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 D | ContactListItemView.java | 188 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 D | LinearLayout.java | 40 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LinearLayout
|
H A D | GLView.java | 299 onLayout(true, left, top, right, bottom); 302 onLayout(false, left, top, right, bottom); 340 protected void onLayout( method in class:GLView
|
H A D | RotatePane.java | 37 protected void onLayout( method in class:RotatePane
|
H A D | IndicatorBar.java | 111 protected void onLayout( method in class:IndicatorBar
|
H A D | PopupWindow.java | 92 protected void onLayout( method in class:PopupWindow
|
H A D | ZoomController.java | 114 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ZoomController
|
H A D | GLListView.java | 232 protected void onLayout( method in class:GLListView
|
H A D | HeadUpDisplay.java | 173 protected void onLayout( method in class:HeadUpDisplay
|
H A D | GLRootView.java | 214 // "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 D | CalculatorDisplay.java | 64 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 D | PreviewFrameLayout.java | 72 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 D | ButtonGridLayout.java | 42 * 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 D | InCallMenuView.java | 364 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 D | EvenlySpacedLayout.java | 124 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:EvenlySpacedLayout
|
H A D | ImageViewTouchBase.java | 77 protected void onLayout(boolean changed, int left, int top, method in class:ImageViewTouchBase 79 super.onLayout(changed, left, top, right, bottom);
|
H A D | CropImage.java | 565 protected void onLayout(boolean changed, int left, int top, method in class:CropImageView 567 super.onLayout(changed, left, top, right, bottom);
|
H A D | GridViewSpecial.java | 77 // 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 D | ImageViewTouchBase.java | 77 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 D | CropImage.java | 680 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 D | GridLayer.java | 337 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 D | SearchActivity.java | 102 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 D | SlideView.java | 455 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 D | ContactListView.java | 504 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);
|