Searched refs:needsMenuKey (Results 1 – 3 of 3) sorted by relevance
1984 public int needsMenuKey = NEEDS_MENU_UNSET; field in WindowManager.LayoutParams2780 out.writeInt(needsMenuKey); in writeToParcel()2836 needsMenuKey = in.readInt(); in LayoutParams()3051 if (needsMenuKey != o.needsMenuKey) { in copyFrom()3052 needsMenuKey = o.needsMenuKey; in copyFrom()3199 if (needsMenuKey == NEEDS_MENU_SET_TRUE) { in toString()3252 proto.write(NEEDS_MENU_KEY, needsMenuKey); in writeToProto()
1163 attrs.needsMenuKey = value; in setNeedsMenuKey()
3411 if (top.mAttrs.needsMenuKey != NEEDS_MENU_UNSET) { in getNeedsMenu()3412 return top.mAttrs.needsMenuKey == NEEDS_MENU_SET_TRUE; in getNeedsMenu()3428 if (w.mAttrs.needsMenuKey != NEEDS_MENU_UNSET) { in getNeedsMenu()3439 return candidate != null && candidate.mAttrs.needsMenuKey == NEEDS_MENU_SET_TRUE; in getNeedsMenu()