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

/frameworks/base/core/java/android/print/
H A DILayoutResultCallback.aidl29 void onLayoutFinished(in PrintDocumentInfo info, boolean changed, int sequence);
H A DPrintDocumentAdapter.java137 * LayoutResultCallback#onLayoutFinished(PrintDocumentInfo, boolean)} with
319 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { method in class:PrintDocumentAdapter.LayoutResultCallback
H A DPrintFileDocumentAdapter.java85 callback.onLayoutFinished(mDocumentInfo, false);
H A DPrintManager.java1128 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { method in class:PrintManager.PrintDocumentAdapterDelegate.MyLayoutResultCallback
1148 callback.onLayoutFinished(info, changed, mSequence);
1150 Log.e(LOG_TAG, "Error calling onLayoutFinished", re);
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DWearableLinearLayoutManager.java52 public abstract void onLayoutFinished(View child, RecyclerView parent); method in class:WearableLinearLayoutManager.LayoutCallback
120 mLayoutCallback.onLayoutFinished(child, (WearableRecyclerView) child.getParent());
H A DCurvingLayoutCallback.java61 public void onLayoutFinished(View child, RecyclerView parent) { method in class:CurvingLayoutCallback
/frameworks/support/print/src/main/java/androidx/print/
H A DPrintHelper.java302 layoutResultCallback.onLayoutFinished(info, changed);
412 layoutResultCallback.onLayoutFinished(info, changed);
475 layoutResultCallback.onLayoutFinished(info, changed);
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
H A DWorkflowTest.java206 callback.onLayoutFinished((new PrintDocumentInfo.Builder("doc")).build(),
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java783 Log.i(LOG_TAG, "[CALLBACK] onLayoutFinished");
965 public void onLayoutFinished(PrintDocumentInfo info, boolean changed, int sequence) { method in class:RemotePrintDocument.LayoutCommand.LayoutResultCallback

Completed in 168 milliseconds