Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java8148 @ViewDebug.FlagToString(mask = NEED_RESOLUTION_MASK,
8149 equals = NEED_RESOLUTION_MASK, name = "NEED_RESOLUTION_MASK")
8157 private static final int NEED_RESOLUTION_MASK = 0x00000020; field in ViewGroup.MarginLayoutParams
8231 mMarginFlags |= NEED_RESOLUTION_MASK; in MarginLayoutParams()
8253 mMarginFlags &= ~NEED_RESOLUTION_MASK; in MarginLayoutParams()
8282 mMarginFlags &= ~NEED_RESOLUTION_MASK; in MarginLayoutParams()
8324 mMarginFlags |= NEED_RESOLUTION_MASK; in setMargins()
8326 mMarginFlags &= ~NEED_RESOLUTION_MASK; in setMargins()
8354 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginsRelative()
8366 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginStart()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78470 Landroid/view/ViewGroup$MarginLayoutParams;->NEED_RESOLUTION_MASK:I