Searched defs:mEventSource (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java88 private View mEventSource; field in class:ExpandHelper
214 if (mEventSource != null) {
216 mEventSource.getLocationOnScreen(location);
233 if (mEventSource != null) {
235 mEventSource.getLocationOnScreen(location);
251 mEventSource = eventSource;

Completed in 31 milliseconds