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

/external/chromium_org/printing/android/java/src/org/chromium/printing/
H A DPrintDocumentAdapterWrapper.java21 * {@link PrintDocumentAdapter#onLayout} and {@link PrintDocumentAdapter#onWrite}. This class helps
29 void onLayout( method in interface:PrintDocumentAdapterWrapper.PdfGenerator
118 public void onLayout( method in class:PrintDocumentAdapterWrapper
124 mPdfGenerator.onLayout(oldAttributes, newAttributes, cancellationSignal,
H A DPrintingControllerImpl.java35 * onLayout or onWrite, a PDF generation cycle is completed another new one can safely start).
69 * because we start the native PDF generation process inside onLayout, and we need to pass the
195 public void onLayout( method in class:PrintingControllerImpl
211 // TODO(cimamoglu): Whenever onLayout is called, generate a new PDF with the new
215 // onLayout going on. Use the last known valid page count.
284 // If this onWrite is without a preceding onLayout, start Chromium PDF generation here.
308 // If we are in the middle of a PDF generation from onLayout or onWrite, it means
310 // extra). If we complete the PDF generation successfully from onLayout or onWrite,
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwPrintDocumentAdapter.java37 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, method in class:AwPrintDocumentAdapter
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java328 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:InfoBarContainer
340 super.onLayout(changed, l, t, r, b);
H A DInfoBarLayout.java260 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:InfoBarLayout
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java419 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ContentView
420 super.onLayout(changed, left, top, right, bottom);
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
H A DPrintingControllerTest.java36 * TODO(cimamoglu): Add a test with multiple, stacked onLayout/onWrite calls.
75 * controller: onStart, onLayout, onWrite, onFinish. Each one is called once, and in this
191 controller.onLayout(
200 fail("Error on calling onLayout of PrintingControllerImpl " + e);
/external/robolectric/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 347 milliseconds