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.java105 public boolean isOptionsOpened() { in isOptionsOpened() method in PrintContentView
114 if (isOptionsOpened()) { in openOptions()
173 } else if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) { in onClick()
177 if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) { in onClick()
223 final boolean wasOpened = isOptionsOpened(); in onMeasure()
394 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.java485 if (mPrintPreviewController != null && mPrintPreviewController.isOptionsOpened() in onKeyUp()