Home
last modified time | relevance | path

Searched refs:needsMenuKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManager.java1308 public int needsMenuKey = NEEDS_MENU_UNSET; field in WindowManager.LayoutParams
1895 out.writeInt(needsMenuKey); in writeToParcel()
1949 needsMenuKey = in.readInt(); in LayoutParams()
2156 if (needsMenuKey != o.needsMenuKey) { in copyFrom()
2157 needsMenuKey = o.needsMenuKey; in copyFrom()
2294 if (needsMenuKey != NEEDS_MENU_UNSET) { in toString()
2296 sb.append(needsMenuKey); in toString()
DWindow.java1089 attrs.needsMenuKey = value; in setNeedsMenuKey()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1016 if (ws.mAttrs.needsMenuKey != WindowManager.LayoutParams.NEEDS_MENU_UNSET) { in getNeedsMenuLw()
1017 return ws.mAttrs.needsMenuKey == WindowManager.LayoutParams.NEEDS_MENU_SET_TRUE; in getNeedsMenuLw()