Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java154 private View mSelectedChild; field in Gallery
322 t.setAlpha(child == mSelectedChild ? 1.0f : mUnselectedAlpha); in getChildStaticTransformation()
426 final View selChild = mSelectedChild; in trackMotionScroll()
558 if (getChildCount() == 0 || mSelectedChild == null) return; in scrollIntoSlots()
560 int selectedCenter = getCenterOfView(mSelectedChild); in scrollIntoSlots()
595 View selView = mSelectedChild; in setSelectionToCenterChild()
596 if (mSelectedChild == null) return; in setSelectionToCenterChild()
1167 if (mSelectedChild != null) { in dispatchSetPressed()
1168 mSelectedChild.setPressed(pressed); in dispatchSetPressed()
1287 dispatchPress(mSelectedChild); in onKeyUp()
[all …]