Searched refs:bottomView (Results 1 – 3 of 3) sorted by relevance
700 TaskItemView bottomView = getBottomTaskView(); in playRemoteAppToRecentsAnimation() local701 if (bottomView == null) { in playRemoteAppToRecentsAnimation()711 bottomView.getThumbnailView()); in playRemoteAppToRecentsAnimation()712 playRemoteTaskListFadeIn(anim, bottomView); in playRemoteAppToRecentsAnimation()
1080 final View bottomView = getChildAt(getChildCount() - 1); in scrollVerticallyBy() local1083 Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy()1099 Math.max(-dy + scrolled, getHeight() / 2 - bottomView.getBottom()); in scrollVerticallyBy()
144 final EventFieldEditorView bottomView = (EventFieldEditorView) mEditors in onDeleteRequested() local146 bottomView.restoreBirthday(); in onDeleteRequested()