Searched refs:mApplyFlags (Results 1 – 1 of 1) sorted by relevance
259 private int mApplyFlags = 0; field in RemoteViews324 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);