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