/packages/apps/Camera/src/com/android/camera/ui/ |
LayoutNotifyView.java | 44 protected void onLayout(boolean changed, int l, int t, int r, int b) { 45 super.onLayout(changed, l, t, r, b); 46 mLayoutChangeHelper.onLayout(changed, l, t, r, b);
|
LayoutChangeHelper.java | 36 public void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
RightAlignedHorizontalScrollView.java | 35 protected void onLayout(boolean changed, int l, int t, int r, int b) { 36 super.onLayout(changed, l, t, r, b);
|
StackLayout.java | 49 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
RotateLayout.java | 48 protected void onLayout(
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderListLayout.java | 47 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 48 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, "FolderListLayout(%s).onLayout() called", this); 49 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
TimelineRelativeLayout.java | 69 public void onLayout(boolean changed, int l, int t, int r, int b) { 70 super.onLayout(changed, l, t, r, b);
|
/packages/apps/Camera/src/com/android/camera/ |
PreviewFrameLayout.java | 140 protected void onLayout(boolean changed, int l, int t, int r, int b) { 141 super.onLayout(changed, l, t, r, b); 142 mLayoutChangeHelper.onLayout(changed, l, t, r, b);
|
/cts/tests/src/android/widget/cts/ |
MyGallery.java | 111 protected void onLayout(boolean changed, int l, int t, int r, int b) { 112 super.onLayout(changed, l, t, r, b);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
IconMerger.java | 57 protected void onLayout(boolean changed, int l, int t, int r, int b) { 58 super.onLayout(changed, l, t, r, b);
|
/packages/apps/Browser/src/com/android/browser/view/ |
StopProgressView.java | 73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 74 super.onLayout(changed, left, top, right, bottom);
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwPrintDocumentAdapter.java | 37 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
|
/frameworks/base/core/java/android/print/ |
PrintDocumentAdapter.java | 34 * Next, you will get one or more calls to {@link #onLayout(PrintAttributes, 40 * After every call to {@link #onLayout(PrintAttributes, PrintAttributes, 57 * The {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal, 73 * calls to this method without a previous call to {@link #onLayout(PrintAttributes, 96 * content, you can handle {@link #onStart()} and {@link #onLayout(PrintAttributes, 104 * {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal, 115 * #onLayout(PrintAttributes, PrintAttributes, CancellationSignal, 118 * @see #onLayout(PrintAttributes, PrintAttributes, CancellationSignal, 186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, 297 * PrintDocumentAdapter#onLayout(PrintAttributes, PrintAttributes [all...] |
/frameworks/base/core/tests/coretests/src/android/view/ |
ViewGroupAttributesTest.java | 34 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/ |
RequestDuringLayout.java | 98 protected void onLayout(boolean changed, int l, int t, int r, int b) { 99 super.onLayout(changed, l, t, r, b); 104 // in the middle of onLayout(), or other layout-associated logic.
|
/frameworks/volley/src/com/android/volley/toolbox/ |
NetworkImageView.java | 179 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 180 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
TinyPlanetPreview.java | 103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 104 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewGridLayout.java | 81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 82 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewGridLayout.java | 81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 82 super.onLayout(changed, left, top, right, bottom);
|
/cts/tests/tests/holo/src/android/holo/cts/ |
ReferenceViewGroup.java | 74 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/Browser/src/com/android/browser/ |
PageProgressView.java | 94 public void onLayout(boolean f, int l, int t, int r, int b) {
|
/cts/tests/tests/widget/src/android/widget/cts/ |
TableRowTest.java | 183 mockTableRow.onLayout(false, 0, 0, 200, 300); 257 protected void onLayout(boolean changed, int l, int t, int r, int b) { 258 super.onLayout(changed, l, t, r, b);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SecureViewOverlay.java | 52 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
RotateLayout.java | 51 protected void onLayout(
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ScrollBarView.java | 55 protected void onLayout(
|