Searched refs:POSITION_LEFT (Results 1 – 1 of 1) sorted by relevance
100 if (lp.position == LayoutParams.POSITION_LEFT) { in onMeasure()157 if (lp.position == LayoutParams.POSITION_LEFT) { in onLayout()219 public static int POSITION_LEFT = 1; field in CustomLayout.LayoutParams