Searched defs:isOptionsOpened (Results 1 - 2 of 2) sorted by path

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java95 public boolean isOptionsOpened() { method in class:PrintPreviewController
96 return mContentView.isOptionsOpened();
/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()

Completed in 52 milliseconds