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