Searched refs:ITEMS_SLIDE_UP (Results 1 – 2 of 2) sorted by relevance
82 private static final int ITEMS_SLIDE_UP = 0; field in StackView670 if (mStackMode == ITEMS_SLIDE_UP) { in beginGestureIfNeeded()677 && ((mStackMode == ITEMS_SLIDE_UP && swipeGestureType == GESTURE_SLIDE_UP) in beginGestureIfNeeded()681 || (mStackMode == ITEMS_SLIDE_UP && swipeGestureType == GESTURE_SLIDE_DOWN)); in beginGestureIfNeeded()836 if (mStackMode == ITEMS_SLIDE_UP) {849 if (mStackMode == ITEMS_SLIDE_UP) {860 if (mStackMode == ITEMS_SLIDE_UP || mStackSlider.mMode != StackSlider.NORMAL_MODE) {965 int stackDirection = (mStackMode == ITEMS_SLIDE_UP) ? 1 : -1;1247 if (mStackMode == ITEMS_SLIDE_UP) {1255 if (mStackMode == ITEMS_SLIDE_UP) {[all …]
69392 Landroid/widget/StackView;->ITEMS_SLIDE_UP:I