Searched refs:isOptionsOpened (Results 1 – 3 of 3) sorted by relevance
105 public boolean isOptionsOpened() { in isOptionsOpened() method in PrintContentView114 if (isOptionsOpened()) { in openOptions()173 } else if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) { in onClick()177 if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) { in onClick()223 final boolean wasOpened = isOptionsOpened(); in onMeasure()394 if (isOptionsOpened() && !mOptionsStateController.canCloseOptions() in tryCaptureView()
95 public boolean isOptionsOpened() { in isOptionsOpened() method in PrintPreviewController96 return mContentView.isOptionsOpened(); in isOptionsOpened()
436 if (mPrintPreviewController != null && mPrintPreviewController.isOptionsOpened() in onKeyUp()