Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java79 private View mEventSource; field in ExpandHelper
205 if (mEventSource != null) { in findView()
207 mEventSource.getLocationOnScreen(location); in findView()
224 if (mEventSource != null) { in isInside()
226 mEventSource.getLocationOnScreen(location); in isInside()
242 mEventSource = eventSource; in setEventSource()
451 if (mEventSource != null) { in onTouchEvent()
452 mEventSource.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in onTouchEvent()