Searched refs:BOX_BOTTOM (Results 1 – 1 of 1) sorted by relevance
133 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