Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java127 if ((lp.boxedEdges & LayoutParams.BOX_RIGHT) == 0) { in onMeasure()
195 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_RIGHT) != 0)) { in onMeasure()
284 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_RIGHT) != 0)) { in layoutBoxChildren()
297 && ((lp.boxedEdges & LayoutParams.BOX_RIGHT) != 0)) { in layoutBoxChildren()
391 public static final int BOX_RIGHT = 0x04; field in BoxInsetLayout.LayoutParams