Home
last modified time | relevance | path

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

/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DDialView.java54 private int mActiveSelection; field in DialView
89 mActiveSelection = 0; in init()
109 mActiveSelection = (mActiveSelection + 1) % SELECTION_COUNT; in init()
150 event.getText().add("Mode selected: " + Integer.toString(mActiveSelection + 1) + "."); in onPopulateAccessibilityEvent()
152 event.setCurrentItemIndex(mActiveSelection); in onPopulateAccessibilityEvent()
215 float[] xyData = computeXYForPosition(mActiveSelection, markerRadius); in onDraw()