Home
last modified time | relevance | path

Searched refs:NEED_RESOLUTION_MASK (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java8104 @ViewDebug.FlagToString(mask = NEED_RESOLUTION_MASK,
8105 equals = NEED_RESOLUTION_MASK, name = "NEED_RESOLUTION_MASK")
8113 private static final int NEED_RESOLUTION_MASK = 0x00000020; field in ViewGroup.MarginLayoutParams
8187 mMarginFlags |= NEED_RESOLUTION_MASK; in MarginLayoutParams()
8209 mMarginFlags &= ~NEED_RESOLUTION_MASK; in MarginLayoutParams()
8238 mMarginFlags &= ~NEED_RESOLUTION_MASK; in MarginLayoutParams()
8280 mMarginFlags |= NEED_RESOLUTION_MASK; in setMargins()
8282 mMarginFlags &= ~NEED_RESOLUTION_MASK; in setMargins()
8310 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginsRelative()
8322 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginStart()
[all …]