Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java1674 int inputStart = mUnrestrictedContentHeight - riv.getHeight(); in dispatchTouchEvent() local
1675 if (y <= mUnrestrictedContentHeight && y >= inputStart) { in dispatchTouchEvent()
1676 ev.offsetLocation(0, -inputStart); in dispatchTouchEvent()