Searched refs:PROPERTY_FILL_BEFORE_MASK (Results 1 – 2 of 2) sorted by relevance
54 private static final int PROPERTY_FILL_BEFORE_MASK = 0x2; field in AnimationSet96 mFlags |= PROPERTY_FILL_BEFORE_MASK; in AnimationSet()161 mFlags |= PROPERTY_FILL_BEFORE_MASK; in setFillBefore()425 boolean fillBeforeSet = (mFlags & PROPERTY_FILL_BEFORE_MASK) == PROPERTY_FILL_BEFORE_MASK; in initialize()
78810 Landroid/view/animation/AnimationSet;->PROPERTY_FILL_BEFORE_MASK:I