Searched refs:mActiveSelection (Results 1 – 1 of 1) sorted by relevance
54 private int mActiveSelection; field in DialView89 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()