/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 103 <li>{@link android.print.PrintDocumentAdapter#onLayout onLayout()} - Called each time a 110 {@link android.print.PrintDocumentAdapter#onLayout onLayout()} call.</li> 132 The implementation of the {@link android.print.PrintDocumentAdapter#onLayout onLayout()} method in 136 android.print.PrintDocumentAdapter#onLayout onLayout()} method for a {@link 141 public void onLayout(PrintAttributes oldAttributes, 174 <p>The execution of {@link android.print.PrintDocumentAdapter#onLayout onLayout()} method can 188 <p>The main work of {@link android.print.PrintDocumentAdapter#onLayout onLayout()} is 225 call to {@link android.print.PrintDocumentAdapter#onLayout onLayout()}. For this reason, it is 237 unnecessarily calling the {@link android.print.PrintDocumentAdapter#onLayout onLayout()} method,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | IconMerger.java | 57 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in IconMerger 58 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | NotificationPanelView.java | 85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in NotificationPanelView 86 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
D | SettingsPanelView.java | 132 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SettingsPanelView 133 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
D | QuickSettingsContainerView.java | 104 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in QuickSettingsContainerView
|
D | PanelView.java | 571 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { 573 super.onLayout(changed, left, top, right, bottom);
|
/frameworks/volley/src/com/android/volley/toolbox/ |
D | NetworkImageView.java | 179 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in NetworkImageView 180 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentAdapter.java | 186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintDocumentAdapter
|
D | PrintFileDocumentAdapter.java | 80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintFileDocumentAdapter
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewGroupAttributesTest.java | 34 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupAttributesTest.MyViewGroup
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | IconMenuItemView.java | 238 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in IconMenuItemView 239 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
D | ActionMenuView.java | 388 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ActionMenuView 390 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardFaceUnlockView.java | 181 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in KeyguardFaceUnlockView 182 super.onLayout(changed, l, t, r, b); in onLayout()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActionBarContainer.java | 255 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ActionBarContainer 256 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | AdapterViewICS.java | 541 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in AdapterViewICS 750 this.onLayout(false, getLeft(), getTop(), getRight(), getBottom()); in updateEmptyStatus()
|
D | SpinnerICS.java | 295 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SpinnerICS 296 super.onLayout(changed, l, t, r, b); in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SearchPanelView.java | 253 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SearchPanelView 254 super.onLayout(changed, l, t, r, b); in onLayout()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContainer.java | 291 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ActionBarContainer 292 super.onLayout(changed, l, t, r, b); in onLayout()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | TiledImageView.java | 169 protected void onLayout(boolean changed, int left, int top, int right, in onLayout() method in TiledImageView 171 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/support/v4/kitkat/android/support/v4/print/ |
D | PrintHelperKitkat.java | 183 public void onLayout(PrintAttributes oldPrintAttributes, in printBitmap() 295 public void onLayout(final PrintAttributes oldPrintAttributes, in printBitmap()
|
/frameworks/base/core/java/android/widget/ |
D | AbsoluteLayout.java | 107 protected void onLayout(boolean changed, int l, int t, in onLayout() method in AbsoluteLayout
|
D | AdapterView.java | 532 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in AdapterView 748 this.onLayout(false, mLeft, mTop, mRight, mBottom); in updateEmptyStatus()
|
D | Switch.java | 672 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in Switch 673 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/core/java/android/view/ |
D | ViewOverlay.java | 219 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewOverlay.OverlayViewGroup
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | ActionMenuView.java | 415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ActionMenuView 417 super.onLayout(changed, left, top, right, bottom); in onLayout()
|