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
202 if (mEventSource != null) { in findView()
204 mEventSource.getLocationOnScreen(location); in findView()
221 if (mEventSource != null) { in isInside()
223 mEventSource.getLocationOnScreen(location); in isInside()
239 mEventSource = eventSource; in setEventSource()
444 if (mEventSource != null) { in onTouchEvent()
445 mEventSource.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in onTouchEvent()