Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java103 } else if (lp.position == LayoutParams.POSITION_RIGHT) { in onMeasure()
161 } else if (lp.position == LayoutParams.POSITION_RIGHT) { in onLayout()
220 public static int POSITION_RIGHT = 2; field in CustomLayout.LayoutParams