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.java88 private View mEventSource; field in ExpandHelper
214 if (mEventSource != null) { in findView()
216 mEventSource.getLocationOnScreen(location); in findView()
233 if (mEventSource != null) { in isInside()
235 mEventSource.getLocationOnScreen(location); in isInside()
251 mEventSource = eventSource; in setEventSource()