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.java8403 @ViewDebug.FlagToString(mask = NEED_RESOLUTION_MASK,
8404 equals = NEED_RESOLUTION_MASK, name = "NEED_RESOLUTION_MASK")
8412 private static final int NEED_RESOLUTION_MASK = 0x00000020; field in ViewGroup.MarginLayoutParams
8486 mMarginFlags |= NEED_RESOLUTION_MASK; in MarginLayoutParams()
8508 mMarginFlags &= ~NEED_RESOLUTION_MASK; in MarginLayoutParams()
8537 mMarginFlags &= ~NEED_RESOLUTION_MASK; in MarginLayoutParams()
8579 mMarginFlags |= NEED_RESOLUTION_MASK; in setMargins()
8581 mMarginFlags &= ~NEED_RESOLUTION_MASK; in setMargins()
8609 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginsRelative()
8621 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginStart()
[all …]