Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java133 if ((lp.boxedEdges & LayoutParams.BOX_BOTTOM) == 0) { in onMeasure()
217 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_BOTTOM) != 0)) { in onMeasure()
323 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_BOTTOM) != 0)) { in layoutBoxChildren()
342 … if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_BOTTOM) != 0)) { in layoutBoxChildren()
392 public static final int BOX_BOTTOM = 0x08; field in BoxInsetLayout.LayoutParams