Searched refs:bottomView (Results 1 – 2 of 2) sorted by relevance
144 final EventFieldEditorView bottomView = (EventFieldEditorView) mEditors in onDeleteRequested() local146 bottomView.restoreBirthday(); in onDeleteRequested()
1081 final View bottomView = getChildAt(getChildCount() - 1); in scrollVerticallyBy() local1084 Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy()1100 Math.max(-dy + scrolled, getHeight() / 2 - bottomView.getBottom()); in scrollVerticallyBy()