Searched refs:clickedIndex (Results 1 – 3 of 3) sorted by relevance
67 public static void logListEvent(int actionType, int listType, int count, int clickedIndex, in logListEvent() argument73 event.clickedIndex = clickedIndex; in logListEvent()
35 public int clickedIndex = -1; field in ListEvent90 .add("clickedIndex", clickedIndex) in toString()
114 final int clickedIndex = preferenceKeyToIndex(preference.getKey()); in onRadioButtonClicked() local115 if (mCurrentIndex != clickedIndex) { in onRadioButtonClicked()116 mCurrentIndex = clickedIndex; in onRadioButtonClicked()