Searched refs:PFLAG_DIRTY (Results 1 – 3 of 3) sorted by relevance
51 private static final int INVAL_TEST_FLAG_MASK = View.PFLAG_DIRTY131 View.PFLAG_DIRTY, in testInvalidate_behavior()137 View.PFLAG_DIRTY); in testInvalidate_behavior()154 View.PFLAG_DIRTY); in testInvalidate_false()168 View.PFLAG_DIRTY, in testInvalidate_simple()190 View.PFLAG_DIRTY, in testInvalidate_manualUpdateDisplayList()213 View.PFLAG_DIRTY, in testInvalidateChild_simple()233 View.PFLAG_DIRTY, in testInvalidateChild_childHardwareLayer()253 View.PFLAG_DIRTY, in testInvalidateChild_childSoftwareLayer()280 View.PFLAG_DIRTY, in testInvalidateChild_legacyAnimation()
5667 mPrivateFlags = (mPrivateFlags & ~PFLAG_DIRTY_MASK) | PFLAG_DIRTY; in onDescendantInvalidated()5677 mPrivateFlags |= PFLAG_INVALIDATED | PFLAG_DIRTY; in onDescendantInvalidated()5719 int opaqueFlag = isOpaque ? PFLAG_DIRTY_OPAQUE : PFLAG_DIRTY; in invalidateChild()5775 opaqueFlag = PFLAG_DIRTY; in invalidateChild()5777 if ((view.mPrivateFlags & PFLAG_DIRTY_MASK) != PFLAG_DIRTY) { in invalidateChild()
2193 static final int PFLAG_DIRTY = 0x00200000; field in View3692 @ViewDebug.FlagToString(mask = PFLAG_DIRTY_MASK, equals = PFLAG_DIRTY, name = "DIRTY")15457 mPrivateFlags |= PFLAG_DIRTY;