/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
D | AccessibilityCacheTest.java | 290 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in subTreeChangeEvent_clearsNodeAndChild() 309 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in subTreeChangeEventFromUncachedNode_clearsNodeInCache() 323 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in scrollEvent_clearsNodeAndChild() 386 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in nodeSourceOfA11yFocusEvent_getsRefreshed() 403 event.setSource(getMockViewWithA11yAndWindowIds(OTHER_VIEW_ID, WINDOW_ID_1)); in nodeWithA11yFocusWhenAnotherNodeGetsFocus_getsRefreshed() 420 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in nodeWithA11yFocusClearsIt_refreshes() 437 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in nodeSourceOfInputFocusEvent_getsRefreshed() 454 event.setSource(getMockViewWithA11yAndWindowIds(OTHER_VIEW_ID, WINDOW_ID_1)); in nodeWithInputFocusWhenAnotherNodeGetsFocus_getsRefreshed() 576 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in addA11yFocusNodeBeforeFocusClearedEvent_previousA11yFocusNodeGetsRefreshed() 614 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in assertNodeIsRefreshedWithEventType()
|
/frameworks/compile/mclinker/unittests/ |
D | StaticResolverTest.cpp | 71 new_sym->setSource(true); in TEST_F() 72 old_sym->setSource(true); in TEST_F() 98 new_sym->setSource(true); in TEST_F() 99 old_sym->setSource(true); in TEST_F() 125 new_sym->setSource(true); in TEST_F() 126 old_sym->setSource(true); in TEST_F() 172 new_sym->setSource(true); in TEST_F() 173 old_sym->setSource(true); in TEST_F()
|
/frameworks/compile/mclinker/lib/LD/ |
D | NamePool.cpp | 44 (*result)->setSource(pIsDyn); in createSymbol() 81 new_symbol->setSource(pIsDyn); in insertSymbol()
|
D | ResolveInfo.cpp | 80 void ResolveInfo::setSource(bool pIsDyn) { in setSource() function in mcld::ResolveInfo
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | PlayerController.java | 118 bob.setSource(source); in setContent() 128 bob.setSource(source); in setNextContent()
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/ |
D | RequestUtils.java | 50 public ContentBuilder setSource(String source) { in setSource() method in RequestUtils.ContentBuilder
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityRecord.java | 129 public void setSource(View source) { in setSource() method in AccessibilityRecord 130 setSource(source, AccessibilityNodeProvider.HOST_VIEW_ID); in setSource() 147 public void setSource(@Nullable View root, int virtualDescendantId) { in setSource() method in AccessibilityRecord
|
/frameworks/base/core/java/android/view/ |
D | InputEvent.java | 84 public abstract void setSource(int source); in setSource() method in InputEvent
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | Util.java | 59 record.setSource(view); in announceForAccessibility()
|
/frameworks/av/cmds/stagefright/ |
D | AudioPlayer.h | 53 void setSource(const sp<MediaSource> &source);
|
D | audioloop.cpp | 163 player.setSource(decoder); in main()
|
D | record.cpp | 305 player->setSource(audioSource); in main()
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | MouseUiController.java | 70 event.setSource(InputDevice.SOURCE_MOUSE); in injectMotionEvent()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 309 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); 320 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); 332 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ExploreByTouchHelper.java | 343 event.setSource(mView, virtualViewId); in createEventForChild() 469 node.setSource(mView, virtualViewId); in createNodeForChild()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPolicyConfig.h | 55 void setSource(const std::string& file) { in setSource() function
|
/frameworks/base/core/java/android/app/ |
D | DirectAction.java | 65 public void setSource(int taskId, IBinder activityId) { in setSource() method in DirectAction
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 171 e.setSource(source); in sendText() 392 event.setSource(inputSource); in injectMotionEvent()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/ |
D | VolumeDialogImplTest.java | 138 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in testComputeTimeout_withHovering()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 94 void setSource(bool pIsDyn);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MagnificationGestureHandlerTest.java | 578 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); 588 ev.setSource(InputDevice.SOURCE_TOUCHSCREEN);
|
D | MotionEventInjectorTest.java | 152 mClickDownEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp() 155 mClickUpEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp() 159 mHoverMoveEvent.setSource(InputDevice.SOURCE_MOUSE); in setUp() 265 mouseEvent.setSource(InputDevice.SOURCE_MOUSE); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
|
D | AccessibilityInputFilterTest.java | 272 ev.setSource(source); in downEvent()
|
D | TouchExplorerTest.java | 157 ev.setSource(InputDevice.SOURCE_TOUCHSCREEN); in fromTouchscreen()
|
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 2063 event.setSource(NumberPicker.this, in updateInputTextView() 2718 event.setSource(NumberPicker.this, VIRTUAL_VIEW_ID_INPUT); in sendAccessibilityEventForVirtualText() 2731 event.setSource(NumberPicker.this, virtualViewId); in sendAccessibilityEventForVirtualButton() 2773 info.setSource(NumberPicker.this, VIRTUAL_VIEW_ID_INPUT); in createAccessibiltyNodeInfoForInputText() 2797 info.setSource(NumberPicker.this, virtualViewId); in createAccessibilityNodeInfoForVirtualButton() 2831 info.setSource(NumberPicker.this); in createAccessibilityNodeInfoForNumberPicker()
|