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

12

/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DRequestUtils.java50 public ContentBuilder setSource(String source) { method in class:RequestUtils.ContentBuilder
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityRecordCompat.java92 * @deprecated Use {@link AccessibilityRecord#setSource(View)} directly.
95 public void setSource(View source) { method in class:AccessibilityRecordCompat
96 mRecord.setSource(source);
113 * @deprecated Use {@link #setSource(AccessibilityRecord, View, int)} instead.
116 public void setSource(View root, int virtualDescendantId) { method in class:AccessibilityRecordCompat
117 AccessibilityRecordCompat.setSource(mRecord, root, virtualDescendantId);
135 public static void setSource(@NonNull AccessibilityRecord record, View root, method in class:AccessibilityRecordCompat
138 record.setSource(root, virtualDescendantId);
H A DAccessibilityNodeInfoCompat.java1357 * @see #setSource(View)
1371 * @see #setSource(View, int)
1407 public void setSource(View source) { method in class:AccessibilityNodeInfoCompat
1408 mInfo.setSource(source);
1430 public void setSource(View root, int virtualDescendantId) { method in class:AccessibilityNodeInfoCompat
1432 mInfo.setSource(root, virtualDescendantId);
/frameworks/base/core/java/android/view/
H A DInputEvent.java83 public abstract void setSource(int source); method in class:InputEvent
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DMouseUiController.java67 event.setSource(InputDevice.SOURCE_MOUSE);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DUtil.java59 record.setSource(view);
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DDrawerInteractionTest.java105 motionEvent.setSource(InputDevice.SOURCE_CLASS_POINTER);
119 motionEvent.setSource(InputDevice.SOURCE_CLASS_POINTER);
132 motionEvent.setSource(InputDevice.SOURCE_CLASS_POINTER);
143 motionEvent.setSource(InputDevice.SOURCE_CLASS_POINTER);
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityCacheTest.java293 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1));
306 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1));
369 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1));
386 event.setSource(getMockViewWithA11yAndWindowIds(OTHER_VIEW_ID, WINDOW_ID_1));
403 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1));
420 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1));
437 event.setSource(getMockViewWithA11yAndWindowIds(OTHER_VIEW_ID, WINDOW_ID_1));
530 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1));
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp44 (*result)->setSource(pIsDyn);
81 new_symbol->setSource(pIsDyn);
H A DResolveInfo.cpp80 void ResolveInfo::setSource(bool pIsDyn) { function in class:mcld::ResolveInfo
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp71 new_sym->setSource(true);
72 old_sym->setSource(true);
98 new_sym->setSource(true);
99 old_sym->setSource(true);
125 new_sym->setSource(true);
126 old_sym->setSource(true);
172 new_sym->setSource(true);
173 old_sym->setSource(true);
/frameworks/av/include/media/stagefright/
H A DAudioPlayer.h53 void setSource(const sp<MediaSource> &source);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DAudioPlayer.h53 void setSource(const sp<MediaSource> &source);
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
H A DTestUtils.java319 eventDown.setSource(InputDevice.SOURCE_TOUCHSCREEN);
329 eventMove.setSource(InputDevice.SOURCE_TOUCHSCREEN);
340 eventUp.setSource(InputDevice.SOURCE_TOUCHSCREEN);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java118 bob.setSource(source);
128 bob.setSource(source);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java126 public void setSource(View source) { method in class:AccessibilityRecord
127 setSource(source, AccessibilityNodeProvider.HOST_VIEW_ID);
144 public void setSource(@Nullable View root, int virtualDescendantId) { method in class:AccessibilityRecord
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp163 player.setSource(decoder);
/frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
H A DFitWidthBitmapDrawable.java121 public void setSource(Rect source) { method in class:FitWidthBitmapDrawable
/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java343 event.setSource(mView, virtualViewId);
411 * <li>{@link AccessibilityNodeInfo#setSource(View, int)}
469 node.setSource(mView, virtualViewId);
695 * see {@link android.view.accessibility.AccessibilityRecord#setSource(View, int)}
747 * {@link AccessibilityNodeInfo#setSource(View, int)}
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java309 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
320 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
332 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java190 e.setSource(source);
307 event.setSource(inputSource);
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMagnificationGestureHandlerTest.java533 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
543 ev.setSource(InputDevice.SOURCE_TOUCHSCREEN);
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h92 /// setSource - set the source of the file
94 void setSource(bool pIsDyn);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1968 event.setSource(NumberPicker.this,
2623 event.setSource(NumberPicker.this, VIRTUAL_VIEW_ID_INPUT);
2636 event.setSource(NumberPicker.this, virtualViewId);
2678 info.setSource(NumberPicker.this, VIRTUAL_VIEW_ID_INPUT);
2702 info.setSource(NumberPicker.this, virtualViewId);
2736 info.setSource(NumberPicker.this);
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp198 event.setSource(AINPUT_SOURCE_JOYSTICK);
434 event.setSource(AINPUT_SOURCE_JOYSTICK);

Completed in 2946 milliseconds

12