Searched refs:setSource (Results 26 - 49 of 49) sorted by relevance

12

/frameworks/support/customview/src/main/java/androidx/customview/widget/
H A DExploreByTouchHelper.java697 AccessibilityRecordCompat.setSource(event, mHost, virtualViewId);
769 * <li>{@link AccessibilityNodeInfoCompat#setSource(View, int)}
826 node.setSource(mHost, virtualViewId);
1104 * see {@link AccessibilityRecordCompat#setSource(AccessibilityRecord, View, int)}
1161 * {@link AccessibilityNodeInfoCompat#setSource(View, int)}
/frameworks/av/cmds/stagefright/
H A Drecord.cpp304 player->setSource(audioSource);
H A Dstagefright.cpp218 player->setSource(rawSource);
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java157 mClickDownEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN);
160 mClickUpEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN);
260 mouseEvent.setSource(InputDevice.SOURCE_MOUSE);
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp70 void AudioPlayer::setSource(const sp<MediaSource> &source) { function in class:android::AudioPlayer
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java422 event.setSource(this);
/frameworks/native/include/input/
H A DInput.h303 inline void setSource(int32_t source) { mSource = source; } function in class:android::InputEvent
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionBarContextView.java361 event.setSource(this);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java770 public void setSource(View source) { method in class:AccessibilityNodeInfo
771 setSource(source, AccessibilityNodeProvider.HOST_VIEW_ID);
793 public void setSource(View root, int virtualDescendantId) { method in class:AccessibilityNodeInfo
3096 * @see #setSource(View)
3100 info.setSource(source);
3112 * @see #setSource(View, int)
3116 info.setSource(root, virtualDescendantId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java389 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1079 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
1099 event.setSource(InputDevice.SOURCE_TRACKBALL);
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp466 result->setSource(pInput.type() == Input::DynObj);
960 result->setSource(pInput.type() == Input::DynObj);
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1909 public final void setSource(int source) { method in class:KeyEvent
H A DViewGroup.java2234 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
2256 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
2359 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
2844 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
2926 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
H A DMotionEvent.java1887 public final void setSource(int source) { method in class:MotionEvent
H A DViewRootImpl.java2641 event.setSource(focusedView, virtualId);
H A DView.java7595 event.setSource(this);
11919 event.setSource(this);
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp598 event->setSource(source);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java1084 event.setSource((View) null);
H A DAccessibilityManagerService.java3282 event.setSource((View) null);
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
H A DPopupMenuTest.java661 event.setSource(InputDevice.SOURCE_MOUSE);
/frameworks/support/slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/
H A DSlidingPaneLayout.java1524 info.setSource(host);
/frameworks/support/drawerlayout/src/main/java/androidx/drawerlayout/widget/
H A DDrawerLayout.java2365 info.setSource(host);
/frameworks/base/config/
H A Dboot-image-profile.txt6598 HPLandroid/view/MotionEvent;->setSource(I)V
6911 HPLandroid/view/accessibility/AccessibilityNodeInfo;->setSource(Landroid/view/View;)V
6912 HPLandroid/view/accessibility/AccessibilityNodeInfo;->setSource(Landroid/view/View;I)V
[all...]

Completed in 2172 milliseconds

12