Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java267 private int mApplyFlags = 0; field in RemoteViews
332 mApplyFlags = mApplyFlags | flags; in addFlags()
339 return (mApplyFlags & flag) == flag; in hasFlags()
1588 mNestedViews.addFlags(mApplyFlags); in ViewGroupActionAdd()
2296 mApplyFlags = src.mApplyFlags;
2366 mApplyFlags = parcel.readInt();
3352 mApplyFlags &= ~FLAG_USE_LIGHT_BACKGROUND_LAYOUT;
3754 dest.writeInt(mApplyFlags);