Searched refs:PFLAG_DIRTY (Results 1 – 4 of 4) sorted by relevance
57 private static final int INVAL_TEST_FLAG_MASK = View.PFLAG_DIRTY136 View.PFLAG_DIRTY, in testInvalidate_behavior()142 View.PFLAG_DIRTY); in testInvalidate_behavior()159 View.PFLAG_DIRTY); in testInvalidate_false()173 View.PFLAG_DIRTY, in testInvalidate_simple()195 View.PFLAG_DIRTY, in testInvalidate_manualUpdateDisplayList()218 View.PFLAG_DIRTY, in testInvalidateChild_simple()238 View.PFLAG_DIRTY, in testInvalidateChild_childHardwareLayer()258 View.PFLAG_DIRTY, in testInvalidateChild_childSoftwareLayer()285 View.PFLAG_DIRTY, in testInvalidateChild_legacyAnimation()
5924 mPrivateFlags = (mPrivateFlags & ~PFLAG_DIRTY_MASK) | PFLAG_DIRTY; in onDescendantInvalidated()5934 mPrivateFlags |= PFLAG_INVALIDATED | PFLAG_DIRTY; in onDescendantInvalidated()6027 if ((view.mPrivateFlags & PFLAG_DIRTY_MASK) != PFLAG_DIRTY) { in invalidateChild()6028 view.mPrivateFlags = (view.mPrivateFlags & ~PFLAG_DIRTY_MASK) | PFLAG_DIRTY; in invalidateChild()
2472 static final int PFLAG_DIRTY = 0x00200000; field in View4093 @ViewDebug.FlagToString(mask = PFLAG_DIRTY_MASK, equals = PFLAG_DIRTY, name = "DIRTY")18148 mPrivateFlags |= PFLAG_DIRTY; in invalidateInternal()
78130 Landroid/view/View;->PFLAG_DIRTY:I