Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java415 private int mApplyFlags = 0; field in RemoteViews
523 mApplyFlags = mApplyFlags | flags; in addFlags()
542 return (mApplyFlags & flag) == flag; in hasFlags()
2632 mNestedViews.addFlags(mApplyFlags); in ViewGroupActionAdd()
2673 int flagsToPropagate = mApplyFlags & FLAG_MASK_TO_PROPAGATE; in apply()
3995 mApplyFlags = src.mApplyFlags;
4094 mApplyFlags = parcel.readInt();
5682 mApplyFlags &= ~FLAG_USE_LIGHT_BACKGROUND_LAYOUT;
6515 dest.writeInt(mApplyFlags);