Searched refs:needsMenuKey (Results 1 – 3 of 3) sorted by relevance
1308 public int needsMenuKey = NEEDS_MENU_UNSET; field in WindowManager.LayoutParams1895 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()
1089 attrs.needsMenuKey = value; in setNeedsMenuKey()
1016 if (ws.mAttrs.needsMenuKey != WindowManager.LayoutParams.NEEDS_MENU_UNSET) { in getNeedsMenuLw()1017 return ws.mAttrs.needsMenuKey == WindowManager.LayoutParams.NEEDS_MENU_SET_TRUE; in getNeedsMenuLw()