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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java566 public boolean canCloseOptions() { method in class:PrintActivity
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java83 public boolean canCloseOptions(); method in interface:PrintContentView.OptionsStateController
173 } else if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) {
177 if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) {
394 if (isOptionsOpened() && !mOptionsStateController.canCloseOptions()

Completed in 133 milliseconds