Home
last modified time | relevance | path

Searched refs:pagingTouchSlop (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java114 public void setPagingTouchSlop(float pagingTouchSlop) { in setPagingTouchSlop() argument
115 mPagingTouchSlop = pagingTouchSlop; in setPagingTouchSlop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1198 float pagingTouchSlop = ViewConfiguration.get(getContext()).getScaledPagingTouchSlop(); in onConfigurationChanged() local
1199 mSwipeHelper.setPagingTouchSlop(pagingTouchSlop); in onConfigurationChanged()