Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManager.java1154 public int needsMenuKey = NEEDS_MENU_UNSET; field in WindowManager.LayoutParams
1631 out.writeInt(needsMenuKey); in writeToParcel()
1679 needsMenuKey = in.readInt(); in LayoutParams()
1861 if (needsMenuKey != o.needsMenuKey) { in copyFrom()
1862 needsMenuKey = o.needsMenuKey; in copyFrom()
1972 if (needsMenuKey != NEEDS_MENU_UNSET) { in toString()
1974 sb.append(needsMenuKey); in toString()
DWindow.java827 attrs.needsMenuKey = value; in setNeedsMenuKey()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java728 if (ws.mAttrs.needsMenuKey != WindowManager.LayoutParams.NEEDS_MENU_UNSET) { in getNeedsMenuLw()
729 return ws.mAttrs.needsMenuKey == WindowManager.LayoutParams.NEEDS_MENU_SET_TRUE; in getNeedsMenuLw()