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.java7720 @ViewDebug.FlagToString(mask = NEED_RESOLUTION_MASK,
7721 equals = NEED_RESOLUTION_MASK, name = "NEED_RESOLUTION_MASK")
7729 private static final int NEED_RESOLUTION_MASK = 0x00000020; field in ViewGroup.MarginLayoutParams
7803 mMarginFlags |= NEED_RESOLUTION_MASK; in MarginLayoutParams()
7825 mMarginFlags &= ~NEED_RESOLUTION_MASK; in MarginLayoutParams()
7854 mMarginFlags &= ~NEED_RESOLUTION_MASK; in MarginLayoutParams()
7896 mMarginFlags |= NEED_RESOLUTION_MASK; in setMargins()
7898 mMarginFlags &= ~NEED_RESOLUTION_MASK; in setMargins()
7925 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginsRelative()
7937 mMarginFlags |= NEED_RESOLUTION_MASK; in setMarginStart()
[all …]