Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java80 private View mEventSource; field in ExpandHelper
212 if (mEventSource != null) { in findView()
214 mEventSource.getLocationOnScreen(location); in findView()
231 if (mEventSource != null) { in isInside()
233 mEventSource.getLocationOnScreen(location); in isInside()
249 mEventSource = eventSource; in setEventSource()
460 if (mEventSource != null) { in onTouchEvent()
461 mEventSource.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in onTouchEvent()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java249 final @NonNull String mEventSource; field in AudioDeviceBroker.HearingAidDeviceConnectionInfo
258 mEventSource = eventSource; in HearingAidDeviceConnectionInfo()
849 + " src=" + info.mEventSource)).printLog(TAG)); in handleMessage()