Searched defs:mEventSource (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java79 private View mEventSource; field in class:ExpandHelper
205 if (mEventSource != null) {
207 mEventSource.getLocationOnScreen(location);
224 if (mEventSource != null) {
226 mEventSource.getLocationOnScreen(location);
242 mEventSource = eventSource;
451 if (mEventSource != null) {
452 mEventSource.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);

Completed in 31 milliseconds