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

  /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()
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintPreviewController.java 95 public boolean isOptionsOpened() {
96 return mContentView.isOptionsOpened();
PrintActivity.java 460 if (mPrintPreviewController != null && mPrintPreviewController.isOptionsOpened()
    [all...]

Completed in 486 milliseconds