Searched defs:needsMenuKey (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DWindowManager.java1444 * Value for {@link #needsMenuKey} for a window that has not explicitly specified if it
1454 * Value for {@link #needsMenuKey} for a window that has explicitly specified it needs a
1462 * Value for {@link #needsMenuKey} for a window that has explicitly specified it doesn't
1480 public int needsMenuKey = NEEDS_MENU_UNSET; field in class:WindowManager.LayoutParams
2137 out.writeInt(needsMenuKey);
2192 needsMenuKey = in.readInt();
2403 if (needsMenuKey != o.needsMenuKey) {
2404 needsMenuKey = o.needsMenuKey;
[all...]

Completed in 44 milliseconds