Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 229) sorted by relevance

12345678910

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DEventStreamTransformation.java69 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
DBaseEventStreamTransformation.java23 public void setNext(EventStreamTransformation next) { in setNext()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java199 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 …]
DAccessibilityInputFilterTest.java120 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/
DCreateUserDialogControllerTest.java79 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/
Dmacros.h55 #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/
Dbounce_keys_filter.rs42 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
Dslow_keys_filter.rs42 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/
DrsMap.h35 LinkNode* next; member
46 LinkNode* next; in ~Map() local
83 LinkNode* next; variable
DrsList.h24 LinkedBuffer* next; variable
46 LinkedBuffer* next; in ~List() local
/frameworks/av/drm/common/
DDrmMetadata.cpp68 const String8& DrmMetadata::KeyIterator::next() { in next() function in DrmMetadata::KeyIterator
113 String8 DrmMetadata::Iterator::next() { in next() function in DrmMetadata::Iterator
DDrmInfoRequest.cpp72 const String8& DrmInfoRequest::KeyIterator::next() { in next() function in DrmInfoRequest::KeyIterator
101 String8& DrmInfoRequest::Iterator::next() { in next() function in DrmInfoRequest::Iterator
DDrmInfo.cpp78 const String8& DrmInfo::KeyIterator::next() { in next() function in DrmInfo::KeyIterator
106 String8& DrmInfo::Iterator::next() { in next() function in DrmInfo::Iterator
DDrmConstraints.cpp65 const String8& DrmConstraints::KeyIterator::next() { in next() function in DrmConstraints::KeyIterator
108 String8 DrmConstraints::Iterator::next() { in next() function in DrmConstraints::Iterator
DDrmSupportInfo.cpp131 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/
DRandomness.kt27 private var next = remaining.size // will cause a shuffle on first pull() variable
/frameworks/base/core/java/android/content/
DContextParams.java62 @Nullable AttributionSource next, in ContextParams()
173 public Builder setNextAttributionSource(@Nullable AttributionSource next) { in setNextAttributionSource()
DAttributionSource.java141 @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/
Dlock_free_stack_test.cc29 Node* next; member
107 Node* next = nullptr; in CheckStressPushPop() local
/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp97 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/
DLinearAllocator.cpp80 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/
DLaunchWarningWindow.java30 public LaunchWarningWindow(Context context, ActivityRecord cur, ActivityRecord next) { in LaunchWarningWindow()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dsignal_queue.h69 Node* next; member
/frameworks/base/core/java/android/os/
DDdmSyncStageUpdater.java48 public synchronized void next(Stage stage) { in next() method in DdmSyncStageUpdater
/frameworks/native/services/surfaceflinger/Utils/
DRingBuffer.h37 T& next() { in next() function

12345678910