Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DFrameLayoutWithShadows.java428 ViewParent nextView = view.getParent(); in findParentShadowsView() local
429 while (nextView != null && !(nextView instanceof FrameLayoutWithShadows)) { in findParentShadowsView()
430 nextView = nextView.getParent(); in findParentShadowsView()
432 return (FrameLayoutWithShadows) nextView; in findParentShadowsView()
DScrollAdapterView.java1486 View nextView = getExpandableView(nextAdapterIndex);
1487 if (nextView == null) {
1491 nextView = getExpandableView(nextAdapterIndex);
1493 int nextScrollCenter = getScrollCenter(nextView);
1503 View nextView = getExpandableView(nextAdapterIndex);
1504 if (nextView == null) {
1508 nextView = getExpandableView(nextAdapterIndex);
1510 int nextScrollCenter = getScrollCenter(nextView);
2228 View nextView = getChildAt(nextExpandIdx);
2229 nextCenter = getScrollCenter(nextView);
[all …]
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java306 MenuRowView nextView = mMenuRowViews.get(position); in getViewLayouts() local
307 if (isVisibleInLayout(position, nextView, rowsToAdd, rowsToRemove)) { in getViewLayouts()
652 MenuRowView nextView = mMenuRowViews.get(nextPosition); in setSelectedPositionSmooth() local
656 nextView, in setSelectedPositionSmooth()
659 - nextView.getTop(), in setSelectedPositionSmooth()
660 nextLayoutRect.top - nextView.getTop())); in setSelectedPositionSmooth()
661 animators.add(createAlphaAnimator(nextView, 0.0f, 1.0f, mFastOutLinearIn)); in setSelectedPositionSmooth()
666 MenuRowView nextView = mMenuRowViews.get(nextPosition); in setSelectedPositionSmooth() local
667 animators.add(createTranslationYAnimator(nextView, 0, mRowScrollUpAnimationOffset)); in setSelectedPositionSmooth()
670 nextView, in setSelectedPositionSmooth()
[all …]
/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DRotaryDirectManipulationWidgets.java225 View nextView = v.focusSearch(direction); in onKey() local
226 if (areInTheSameTimePicker(v, nextView)) { in onKey()
227 nextView.requestFocus(direction); in onKey()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java1932 DayView nextView = (DayView) mViewSwitcher.getNextView(); in onDraw() local
1935 nextView.mTouchMode = TOUCH_MODE_INITIAL_STATE; in onDraw()
1937 nextView.onDraw(canvas); in onDraw()