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

/frameworks/base/core/java/android/view/
H A DWindowManager.java1263 * Value for {@link #needsMenuKey} for a window that has not explicitly specified if it
1273 * Value for {@link #needsMenuKey} for a window that has explicitly specified it needs a
1281 * Value for {@link #needsMenuKey} for a window that has explicitly specified it doesn't
1299 public int needsMenuKey = NEEDS_MENU_UNSET; field in class:WindowManager.LayoutParams
1877 out.writeInt(needsMenuKey);
1931 needsMenuKey = in.readInt();
2138 if (needsMenuKey != o.needsMenuKey) {
2139 needsMenuKey = o.needsMenuKey;
[all...]

Completed in 2100 milliseconds