Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DLinearLayout8.java40 public static final int HORIZONTAL_ID = Menu.FIRST + 1; field in LinearLayout8
61 menu.add(0, HORIZONTAL_ID, 0, R.string.linear_layout_8_horizontal); in onCreateOptionsMenu()
79 case HORIZONTAL_ID: in onOptionsItemSelected()