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()
559 if (getChildCount() == 0 || mSelectedChild == null) return; in scrollIntoSlots()
561 int selectedCenter = getCenterOfView(mSelectedChild); in scrollIntoSlots()
596 View selView = mSelectedChild; in setSelectionToCenterChild()
597 if (mSelectedChild == null) return; in setSelectionToCenterChild()
1168 if (mSelectedChild != null) { in dispatchSetPressed()
1169 mSelectedChild.setPressed(pressed); in dispatchSetPressed()
1288 dispatchPress(mSelectedChild); in onKeyUp()
[all …]