Searched refs:onLayoutFinished (Results 1 - 9 of 9) sorted by relevance
/frameworks/base/core/java/android/print/ |
H A D | ILayoutResultCallback.aidl | 29 void onLayoutFinished(in PrintDocumentInfo info, boolean changed, int sequence);
|
H A D | PrintDocumentAdapter.java | 137 * LayoutResultCallback#onLayoutFinished(PrintDocumentInfo, boolean)} with 319 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { method in class:PrintDocumentAdapter.LayoutResultCallback
|
H A D | PrintFileDocumentAdapter.java | 85 callback.onLayoutFinished(mDocumentInfo, false);
|
H A D | PrintManager.java | 1128 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 D | WearableLinearLayoutManager.java | 52 public abstract void onLayoutFinished(View child, RecyclerView parent); method in class:WearableLinearLayoutManager.LayoutCallback 120 mLayoutCallback.onLayoutFinished(child, (WearableRecyclerView) child.getParent());
|
H A D | CurvingLayoutCallback.java | 61 public void onLayoutFinished(View child, RecyclerView parent) { method in class:CurvingLayoutCallback
|
/frameworks/support/print/src/main/java/androidx/print/ |
H A D | PrintHelper.java | 302 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 D | WorkflowTest.java | 206 callback.onLayoutFinished((new PrintDocumentInfo.Builder("doc")).build(),
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | RemotePrintDocument.java | 783 Log.i(LOG_TAG, "[CALLBACK] onLayoutFinished"); 965 public void onLayoutFinished(PrintDocumentInfo info, boolean changed, int sequence) { method in class:RemotePrintDocument.LayoutCommand.LayoutResultCallback
|
Completed in 55 milliseconds