Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java700 TaskItemView bottomView = getBottomTaskView(); in playRemoteAppToRecentsAnimation() local
701 if (bottomView == null) { in playRemoteAppToRecentsAnimation()
711 bottomView.getThumbnailView()); in playRemoteAppToRecentsAnimation()
712 playRemoteTaskListFadeIn(anim, bottomView); in playRemoteAppToRecentsAnimation()
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java1080 final View bottomView = getChildAt(getChildCount() - 1); in scrollVerticallyBy() local
1083 Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy()
1099 Math.max(-dy + scrolled, getHeight() / 2 - bottomView.getBottom()); in scrollVerticallyBy()
/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java144 final EventFieldEditorView bottomView = (EventFieldEditorView) mEditors in onDeleteRequested() local
146 bottomView.restoreBirthday(); in onDeleteRequested()