Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java1279 int selectedIndex = mSelectedPosition - mFirstPosition; in onKeyUp() local
1280 performItemClick(getChildAt(selectedIndex), mSelectedPosition, mAdapter in onKeyUp()
1370 int selectedIndex = mSelectedPosition - mFirstPosition; in getChildDrawingOrder() local
1373 if (selectedIndex < 0) return i; in getChildDrawingOrder()
1377 return selectedIndex; in getChildDrawingOrder()
1378 } else if (i >= selectedIndex) { in getChildDrawingOrder()
DListView.java2716 final int selectedIndex = mSelectedPosition - mFirstPosition; in handleNewSelectionChange() local
2720 bottomViewIndex = selectedIndex; in handleNewSelectionChange()
2725 topViewIndex = selectedIndex; in handleNewSelectionChange()
/frameworks/base/services/core/java/com/android/server/policy/
DGlobalActions.java994 int selectedIndex = ringerModeToIndex(mAudioManager.getRingerMode());
997 itemView.setSelected(selectedIndex == i);