Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java124 if ((lp.boxedEdges & LayoutParams.BOX_LEFT) == 0) { in onMeasure()
190 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_LEFT) != 0)) { in onMeasure()
281 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_LEFT) != 0)) { in layoutBoxChildren()
307 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_LEFT) != 0)) { in layoutBoxChildren()
389 public static final int BOX_LEFT = 0x01; field in BoxInsetLayout.LayoutParams