Searched refs:boxedEdges (Results 1 – 1 of 1) sorted by relevance
124 if ((lp.boxedEdges & LayoutParams.BOX_LEFT) == 0) { in onMeasure()127 if ((lp.boxedEdges & LayoutParams.BOX_RIGHT) == 0) { in onMeasure()130 if ((lp.boxedEdges & LayoutParams.BOX_TOP) == 0) { in onMeasure()133 if ((lp.boxedEdges & LayoutParams.BOX_BOTTOM) == 0) { in onMeasure()190 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_LEFT) != 0)) { in onMeasure()195 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_RIGHT) != 0)) { in onMeasure()212 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_TOP) != 0)) { in onMeasure()217 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_BOTTOM) != 0)) { in onMeasure()281 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_LEFT) != 0)) { in layoutBoxChildren()284 if (mLastKnownRound && ((lp.boxedEdges & LayoutParams.BOX_RIGHT) != 0)) { in layoutBoxChildren()[all …]