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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java105 public boolean isOptionsOpened() { method in class:PrintContentView
114 if (isOptionsOpened()) {
173 } else if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) {
177 if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) {
223 final boolean wasOpened = isOptionsOpened();
394 if (isOptionsOpened() && !mOptionsStateController.canCloseOptions()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java95 public boolean isOptionsOpened() { method in class:PrintPreviewController
96 return mContentView.isOptionsOpened();
H A DPrintActivity.java391 if (mPrintPreviewController != null && mPrintPreviewController.isOptionsOpened()

Completed in 427 milliseconds