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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java79 private View mEventSource; field in class:ExpandHelper
259 if (mEventSource != null) {
261 mEventSource.getLocationOnScreen(location);
278 if (mEventSource != null) {
280 mEventSource.getLocationOnScreen(location);
296 mEventSource = eventSource;

Completed in 26 milliseconds