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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1807 private boolean mWatchingForMenu; field in class:PhoneWindow.DecorView
1995 mWatchingForMenu = true;
2000 if (!mWatchingForMenu) {
2009 mWatchingForMenu = false;
2013 mWatchingForMenu = false;
2026 mWatchingForMenu = true;
2031 if (!mWatchingForMenu) {
2041 mWatchingForMenu = false;
2045 mWatchingForMenu = false;

Completed in 161 milliseconds