/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | EventStreamTransformation.java | 69 EventStreamTransformation next = getNext(); in onMotionEvent() local 82 EventStreamTransformation next = getNext(); in onKeyEvent() local 94 EventStreamTransformation next = getNext(); in onAccessibilityEvent() local 105 public void setNext(EventStreamTransformation next); in setNext() 120 EventStreamTransformation next = getNext(); in clearEvents() local
|
D | BaseEventStreamTransformation.java | 23 public void setNext(EventStreamTransformation next) { in setNext()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 199 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() local 255 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testRegularEvent_afterGestureComplete_shouldPassToNext() local 266 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected() local 283 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() local 298 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected() local 319 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal() local 335 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal() local 351 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() local 380 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassNew() local 397 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew() local [all …]
|
D | AccessibilityInputFilterTest.java | 120 public void setNext(EventStreamTransformation next) { in setNext() 191 EventStreamTransformation next = mEventHandler.get(SECOND_DISPLAY); in testEventHandler_shouldIncreaseAndHaveCorrectOrderAfterOnDisplayAdded() local 244 EventStreamTransformation next = mEventHandler.get(DEFAULT_DISPLAY); in testEventHandler_shouldHaveCorrectOrderForEventStreamTransformation() local 452 EventStreamTransformation next = mEventHandler.get(displayId); in getMagnificationGestureHandlerFromEventHandler() local
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/ |
D | CreateUserDialogControllerTest.java | 79 Button next = dialog.findViewById(R.id.button_ok); in positiveButton_grantAdminStage_noValue_OkButtonShouldBeDisabled() local 97 Button next = dialog.findViewById(R.id.button_ok); in positiveButton_MultipleAdminDisabled_shouldSkipGrantAdminStage() local 115 Button next = dialog.findViewById(R.id.button_ok); in editUserInfoController_shouldOnlyBeVisibleOnLastStage() local 135 Button next = dialog.findViewById(R.id.button_ok); in positiveButton_MultipleAdminEnabled_shouldShowGrantAdminStage() local 185 Button next = dialog.findViewById(R.id.button_ok); in cancelCallback_isNotCalled_whenNegativeButtonClickedOnSecondStage() local 205 Button next = dialog.findViewById(R.id.button_ok); in successCallback_isCalled_setNameAndAdminStatus() local 229 Button next = dialog.findViewById(R.id.button_ok); in successCallback_isCalled_setName_MultipleAdminDisabled() local
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | macros.h | 55 #define _PDX_APPLY_1(macro, head, next, ...) \ argument 59 #define _PDX_APPLY_2(macro, head, next, ...) \ argument 74 #define _PDX_APPLY_LIST_1(macro, head, next, ...) \ argument 80 #define _PDX_APPLY_LIST_2(macro, head, next, ...) \ argument 85 #define _PDX_APPLY_LIST_0(macro, head, next, ...) \ argument 101 #define _PDX_APPLY_BINARY_1(macro, arg, head, next, ...) \ argument 106 #define _PDX_APPLY_BINARY_2(macro, arg, head, next, ...) \ argument 122 #define _PDX_APPLY_BINARY_LIST_1(macro, arg, head, next, ...) \ argument 128 #define _PDX_APPLY_BINARY_LIST_2(macro, arg, head, next, ...) \ argument 134 #define _PDX_APPLY_BINARY_LIST_0(macro, arg, head, next, ...) \ argument
|
/frameworks/native/services/inputflinger/rust/ |
D | bounce_keys_filter.rs | 42 next: Box<dyn Filter + Send + Sync>, field 154 let mut next = TestFilter::new(); in test_is_notify_key_for_external_keyboard() localVariable 185 let next = TestFilter::new(); in test_is_notify_key_doesnt_block_for_internal_keyboard() localVariable 207 let next = TestFilter::new(); in test_is_notify_key_doesnt_block_for_external_stylus() localVariable 232 let mut next = TestFilter::new(); in test_is_notify_key_for_multiple_external_keyboards() localVariable
|
D | slow_keys_filter.rs | 42 next: Box<dyn Filter + Send + Sync>, field 246 let next = TestFilter::new(); in test_is_notify_key_for_internal_keyboard_not_blocked() localVariable 263 let next = TestFilter::new(); in test_is_notify_key_for_external_stylus_not_blocked() localVariable 281 let next = TestFilter::new(); in test_notify_key_for_external_keyboard_when_key_pressed_for_threshold_time() localVariable 332 let next = TestFilter::new(); in test_notify_key_for_external_keyboard_when_key_not_pressed_for_threshold_time() localVariable 364 let next = TestFilter::new(); in test_notify_key_for_external_keyboard_when_device_removed_before_threshold_time() localVariable
|
/frameworks/rs/ |
D | rsMap.h | 35 LinkNode* next; member 46 LinkNode* next; in ~Map() local 83 LinkNode* next; variable
|
D | rsList.h | 24 LinkedBuffer* next; variable 46 LinkedBuffer* next; in ~List() local
|
/frameworks/av/drm/common/ |
D | DrmMetadata.cpp | 68 const String8& DrmMetadata::KeyIterator::next() { in next() function in DrmMetadata::KeyIterator 113 String8 DrmMetadata::Iterator::next() { in next() function in DrmMetadata::Iterator
|
D | DrmInfoRequest.cpp | 72 const String8& DrmInfoRequest::KeyIterator::next() { in next() function in DrmInfoRequest::KeyIterator 101 String8& DrmInfoRequest::Iterator::next() { in next() function in DrmInfoRequest::Iterator
|
D | DrmInfo.cpp | 78 const String8& DrmInfo::KeyIterator::next() { in next() function in DrmInfo::KeyIterator 106 String8& DrmInfo::Iterator::next() { in next() function in DrmInfo::Iterator
|
D | DrmConstraints.cpp | 65 const String8& DrmConstraints::KeyIterator::next() { in next() function in DrmConstraints::KeyIterator 108 String8 DrmConstraints::Iterator::next() { in next() function in DrmConstraints::Iterator
|
D | DrmSupportInfo.cpp | 131 String8& DrmSupportInfo::FileSuffixIterator::next() { in next() function in DrmSupportInfo::FileSuffixIterator 155 String8& DrmSupportInfo::MimeTypeIterator::next() { in next() function in DrmSupportInfo::MimeTypeIterator
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
D | Randomness.kt | 27 private var next = remaining.size // will cause a shuffle on first pull() variable
|
/frameworks/base/core/java/android/content/ |
D | ContextParams.java | 62 @Nullable AttributionSource next, in ContextParams() 173 public Builder setNextAttributionSource(@Nullable AttributionSource next) { in setNextAttributionSource()
|
D | AttributionSource.java | 141 @Nullable AttributionSource next) { in AttributionSource() 149 public AttributionSource(@NonNull AttributionSource current, @Nullable AttributionSource next) { in AttributionSource() 158 @Nullable AttributionSource next) { in AttributionSource() 169 int deviceId, @Nullable AttributionSource next) { in AttributionSource() 211 public AttributionSource withNextAttributionSource(@Nullable AttributionSource next) { in withNextAttributionSource()
|
/frameworks/libs/binary_translation/base/ |
D | lock_free_stack_test.cc | 29 Node* next; member 107 Node* next = nullptr; in CheckStressPushPop() local
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_layers.cpp | 97 PFNEGLGETPROCADDRESSPROC next = reinterpret_cast<PFNEGLGETPROCADDRESSPROC>(gpaNext); in getNextLayerProcAddress() local 179 EGLFuncPointer next) { in ApplyLayer() 195 EGLFuncPointer LayerLoader::ApplyLayers(const char* name, EGLFuncPointer next) { in ApplyLayers()
|
/frameworks/base/libs/hwui/utils/ |
D | LinearAllocator.cpp | 80 Page* next() { return mNextPage; } in next() function in android::uirenderer::LinearAllocator::Page 81 void setNext(Page* next) { mNextPage = next; } in setNext() 115 Page* next = p->next(); in ~LinearAllocator() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LaunchWarningWindow.java | 30 public LaunchWarningWindow(Context context, ActivityRecord cur, ActivityRecord next) { in LaunchWarningWindow()
|
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/ |
D | signal_queue.h | 69 Node* next; member
|
/frameworks/base/core/java/android/os/ |
D | DdmSyncStageUpdater.java | 48 public synchronized void next(Stage stage) { in next() method in DdmSyncStageUpdater
|
/frameworks/native/services/surfaceflinger/Utils/ |
D | RingBuffer.h | 37 T& next() { in next() function
|