Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java106 public boolean isOptionsOpened() { in isOptionsOpened() method in PrintContentView
115 if (isOptionsOpened()) { in openOptions()
174 } else if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) { in onClick()
178 if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) { in onClick()
224 final boolean wasOpened = isOptionsOpened(); in onMeasure()
396 if (isOptionsOpened() && !mOptionsStateController.canCloseOptions() in tryCaptureView()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java95 public boolean isOptionsOpened() { in isOptionsOpened() method in PrintPreviewController
96 return mContentView.isOptionsOpened(); in isOptionsOpened()
DPrintActivity.java484 if (mPrintPreviewController != null && mPrintPreviewController.isOptionsOpened() in onKeyUp()