Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java130 if ((lp.boxedEdges & LayoutParams.BOX_TOP) == 0) { in onMeasure()
212 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_TOP) != 0)) { in onMeasure()
320 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_TOP) != 0)) { in layoutBoxChildren()
330 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_TOP) != 0)) { in layoutBoxChildren()
390 public static final int BOX_TOP = 0x02; field in BoxInsetLayout.LayoutParams