Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java99 private View mEventSource; field in ExpandHelper
235 if (mEventSource != null) { in findView()
237 mEventSource.getLocationOnScreen(location); in findView()
254 if (mEventSource != null) { in isInside()
256 mEventSource.getLocationOnScreen(location); in isInside()
272 mEventSource = eventSource; in setEventSource()
490 if (mEventSource != null) { in onTouchEvent()
491 mEventSource.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in onTouchEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java804 final @NonNull String mEventSource; field in AudioDeviceBroker.BtDeviceChangedData
812 mEventSource = eventSource; in BtDeviceChangedData()
830 final @NonNull String mEventSource; field in AudioDeviceBroker.BtDeviceInfo
842 mEventSource = d.mEventSource; in BtDeviceInfo()
851 mEventSource = ""; in BtDeviceInfo()
865 mEventSource = ""; in BtDeviceInfo()
881 mEventSource = src.mEventSource; in BtDeviceInfo()
910 + " eventSource=" + mEventSource in toString()
1483 final @NonNull String mEventSource; // caller identifier for logging field in AudioDeviceBroker.CommunicationDeviceInfo
1496 mEventSource = eventSource; in CommunicationDeviceInfo()
[all …]