Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java345 private final TextColumn mDeviceNameTextColumn;
358 mDeviceNameTextColumn = new TextColumn(BASE_ID_DEVICE_ITEM | 0, in SummaryAdapter()
390 TextColumn column = (TextColumn) mDataItems.get(id); in show()
392 column = new TextColumn(id, MotionEvent.axisToString(axis)); in show()
405 TextColumn column = (TextColumn) mDataItems.get(id); in show()
407 column = new TextColumn(id, KeyEvent.keyCodeToString(keyCode)); in show()
491 private static class TextColumn extends Item { class in GameControllerInput.SummaryAdapter
497 public TextColumn(int itemId, String label) { in TextColumn() method in GameControllerInput.SummaryAdapter.TextColumn