Searched refs:isOptionsOpened (Results 1 – 3 of 3) sorted by relevance
106 public boolean isOptionsOpened() { in isOptionsOpened() method in PrintContentView115 if (isOptionsOpened()) { in openOptions()174 } else if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) { in onClick()178 if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) { in onClick()224 final boolean wasOpened = isOptionsOpened(); in onMeasure()396 if (isOptionsOpened() && !mOptionsStateController.canCloseOptions() in tryCaptureView()
95 public boolean isOptionsOpened() { in isOptionsOpened() method in PrintPreviewController96 return mContentView.isOptionsOpened(); in isOptionsOpened()
484 if (mPrintPreviewController != null && mPrintPreviewController.isOptionsOpened() in onKeyUp()