HomeSort by relevance Sort by last modified time
    Searched defs:isOptionsOpened (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintPreviewController.java 95 public boolean isOptionsOpened() {
96 return mContentView.isOptionsOpened();
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintContentView.java 105 public boolean isOptionsOpened() {
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 50 milliseconds