Home | History | Annotate | Download | only in print

Lines Matching refs:PrintAttributes

34  * Next, you will get one or more calls to {@link #onLayout(PrintAttributes,
35 * PrintAttributes, CancellationSignal, LayoutResultCallback, Bundle)} to
40 * After every call to {@link #onLayout(PrintAttributes, PrintAttributes,
57 * The {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
59 * based on the current {@link PrintAttributes}. The execution of this method is
73 * calls to this method without a previous call to {@link #onLayout(PrintAttributes,
74 * PrintAttributes, CancellationSignal, LayoutResultCallback, Bundle)}.
96 * content, you can handle {@link #onStart()} and {@link #onLayout(PrintAttributes,
97 * PrintAttributes, CancellationSignal, LayoutResultCallback, Bundle)} on
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,