/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/base/core/tests/coretests/src/android/view/ |
D | MotionEventTest.java | 93 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in testCalculatesCursorPositionForTouchscreenEvents() 103 event.setSource(InputDevice.SOURCE_MOUSE); in testCalculatesCursorPositionForSimpleMouseEvents() 114 event.setSource(InputDevice.SOURCE_MOUSE); in testCalculatesCursorPositionForSimpleMouseEventsWithOffset()
|
/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
D | AccessibilityCacheTest.java | 459 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in subTreeChangeEvent_clearsNodeAndChild() 478 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in subTreeChangeEventFromUncachedNode_clearsNodeInCache() 492 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in scrollEvent_clearsNodeAndChild() 555 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in nodeSourceOfA11yFocusEvent_getsRefreshed() 572 event.setSource(getMockViewWithA11yAndWindowIds(OTHER_VIEW_ID, WINDOW_ID_1)); in nodeWithA11yFocusWhenAnotherNodeGetsFocus_getsRefreshed() 589 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in nodeWithA11yFocusClearsIt_refreshes() 606 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in nodeSourceOfInputFocusEvent_getsRefreshed() 623 event.setSource(getMockViewWithA11yAndWindowIds(OTHER_VIEW_ID, WINDOW_ID_1)); in nodeWithInputFocusWhenAnotherNodeGetsFocus_getsRefreshed() 745 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in addA11yFocusNodeBeforeFocusClearedEvent_previousA11yFocusNodeGetsRefreshed() 783 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in assertNodeIsRefreshedWithEventType()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | EditorTouchStateTest.java | 191 event1.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse() 198 event2.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse() 205 event3.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse() 213 event4.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse() 221 event5.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse()
|
/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/playback/ |
D | RequestUtils.java | 50 public ContentBuilder setSource(String source) { in setSource() method in RequestUtils.ContentBuilder
|
/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/core/java/android/view/accessibility/ |
D | AccessibilityRecord.java | 140 public void setSource(View source) { in setSource() method in AccessibilityRecord 141 setSource(source, AccessibilityNodeProvider.HOST_VIEW_ID); in setSource() 158 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 | 166 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 | 344 event.setSource(mView, virtualViewId); in createEventForChild() 470 node.setSource(mView, virtualViewId); in createNodeForChild()
|
/frameworks/base/core/java/android/app/ |
D | DirectAction.java | 65 public void setSource(int taskId, IBinder activityId) { in setSource() method in DirectAction
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPolicyConfig.h | 56 void setSource(const std::string& file) { in setSource() function
|
/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/native/libs/input/tests/ |
D | InputEvent_test.cpp | 206 event.setSource(AINPUT_SOURCE_JOYSTICK); in TEST_F() 456 event.setSource(AINPUT_SOURCE_JOYSTICK); in TEST_F() 688 event.setSource(AINPUT_SOURCE_MOUSE); in TEST_F()
|
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 2064 event.setSource(NumberPicker.this, in updateInputTextView() 2721 event.setSource(NumberPicker.this, VIRTUAL_VIEW_ID_INPUT); in sendAccessibilityEventForVirtualText() 2734 event.setSource(NumberPicker.this, virtualViewId); in sendAccessibilityEventForVirtualButton() 2776 info.setSource(NumberPicker.this, VIRTUAL_VIEW_ID_INPUT); in createAccessibiltyNodeInfoForInputText() 2800 info.setSource(NumberPicker.this, virtualViewId); in createAccessibilityNodeInfoForVirtualButton() 2834 info.setSource(NumberPicker.this); in createAccessibilityNodeInfoForNumberPicker()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 155 mClickDownEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp() 158 mClickUpEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp() 162 mHoverMoveEvent.setSource(InputDevice.SOURCE_MOUSE); in setUp() 268 mouseEvent.setSource(InputDevice.SOURCE_MOUSE); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
|