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
215 if (mEventSource != null) { in findView()
217 mEventSource.getLocationOnScreen(location); in findView()
234 if (mEventSource != null) { in isInside()
236 mEventSource.getLocationOnScreen(location); in isInside()
252 mEventSource = eventSource; in setEventSource()
470 if (mEventSource != null) { in onTouchEvent()
471 mEventSource.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in onTouchEvent()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java614 final @NonNull String mEventSource; field in AudioDeviceBroker.HearingAidDeviceConnectionInfo
623 mEventSource = eventSource; in HearingAidDeviceConnectionInfo()
1372 + " src=" + info.mEventSource)).printLog(TAG)); in handleMessage()