Searched refs:mOptionsStateController (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java70 private OptionsStateController mOptionsStateController; field in class:PrintContentView
102 mOptionsStateController = controller;
171 if (isOptionsClosed() && mOptionsStateController.canOpenOptions()) {
173 } else if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) {
177 if (isOptionsOpened() && mOptionsStateController.canCloseOptions()) {
394 if (isOptionsOpened() && !mOptionsStateController.canCloseOptions()
395 || isOptionsClosed() && !mOptionsStateController.canOpenOptions()) {

Completed in 65 milliseconds