Home
last modified time | relevance | path

Searched refs:MSG_ON_LAYOUT_STARTED (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java880 public static final int MSG_ON_LAYOUT_STARTED = 1; field in RemotePrintDocument.LayoutCommand.LayoutHandler
922 case MSG_ON_LAYOUT_STARTED: in handleMessage()
933 if (isCanceling() && what != MSG_ON_LAYOUT_STARTED) { in handleMessage()
938 case MSG_ON_LAYOUT_STARTED: { in handleMessage()
971 handler.obtainMessage(LayoutHandler.MSG_ON_LAYOUT_STARTED, in onLayoutStarted()