Searched refs:NEED_RESOLUTION_MASK (Results 1 – 2 of 2) sorted by relevance
8507 mMarginFlags &= ~NEED_RESOLUTION_MASK; in MarginLayoutParams()8536 mMarginFlags &= ~NEED_RESOLUTION_MASK; in MarginLayoutParams()8578 mMarginFlags |= NEED_RESOLUTION_MASK; in setMargins()8580 mMarginFlags &= ~NEED_RESOLUTION_MASK; in setMargins()8608 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginsRelative()8620 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginStart()8632 if ((mMarginFlags & NEED_RESOLUTION_MASK) == NEED_RESOLUTION_MASK) { in getMarginStart()8653 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginEnd()8665 if ((mMarginFlags & NEED_RESOLUTION_MASK) == NEED_RESOLUTION_MASK) { in getMarginEnd()8730 (mMarginFlags & NEED_RESOLUTION_MASK) != NEED_RESOLUTION_MASK) return; in resolveLayoutDirection()[all …]
67364 Landroid/view/ViewGroup$MarginLayoutParams;->NEED_RESOLUTION_MASK:I