Searched defs:mMenuIsVisibile (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java68 private boolean mMenuIsVisibile = false; field in class:StkAppService
219 mMenuIsVisibile = visibility;
359 if (mMenuIsVisibile) {
412 if (mMenuIsVisibile) {
562 return ((userAction == InitiatedByUserAction.yes) | mMenuIsVisibile) ?

Completed in 4 milliseconds