Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java1246 int selectedIndex = mSelectedPosition - mFirstPosition; in onKeyUp() local
1247 performItemClick(getChildAt(selectedIndex), mSelectedPosition, mAdapter in onKeyUp()
1343 int selectedIndex = mSelectedPosition - mFirstPosition; in getChildDrawingOrder() local
1346 if (selectedIndex < 0) return i; in getChildDrawingOrder()
1350 return selectedIndex; in getChildDrawingOrder()
1351 } else if (i >= selectedIndex) { in getChildDrawingOrder()
DListView.java2617 final int selectedIndex = mSelectedPosition - mFirstPosition; in handleNewSelectionChange() local
2621 bottomViewIndex = selectedIndex; in handleNewSelectionChange()
2626 topViewIndex = selectedIndex; in handleNewSelectionChange()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DGlobalActions.java935 int selectedIndex = ringerModeToIndex(mAudioManager.getRingerMode());
938 itemView.setSelected(selectedIndex == i);