Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java100 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