Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java259 private int mApplyFlags = 0; field in RemoteViews
324 mApplyFlags = mApplyFlags | flags; in addFlags()
331 return (mApplyFlags & flag) == flag; in hasFlags()
1579 mNestedViews.addFlags(mApplyFlags); in ViewGroupActionAdd()
2287 mApplyFlags = src.mApplyFlags;
2357 mApplyFlags = parcel.readInt();
3343 mApplyFlags &= ~FLAG_USE_LIGHT_BACKGROUND_LAYOUT;
3730 dest.writeInt(mApplyFlags);