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.java80 private View mEventSource; field in ExpandHelper
212 if (mEventSource != null) { in findView()
214 mEventSource.getLocationOnScreen(location); in findView()
231 if (mEventSource != null) { in isInside()
233 mEventSource.getLocationOnScreen(location); in isInside()
249 mEventSource = eventSource; in setEventSource()
460 if (mEventSource != null) { in onTouchEvent()
461 mEventSource.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in onTouchEvent()