Home
last modified time | relevance | path

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

1234567

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A 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 …]
H A 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
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A 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
H A DBaseEventStreamTransformation.java23 public void setNext(EventStreamTransformation next) { in setNext()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/
H A 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
/aosp14/frameworks/base/core/java/android/content/
H A DContextParams.java58 @Nullable AttributionSource next, in ContextParams()
156 public Builder setNextAttributionSource(@Nullable AttributionSource next) { in setNextAttributionSource()
H A DAttributionSource.java132 @Nullable AttributionSource next) { in AttributionSource()
139 public AttributionSource(@NonNull AttributionSource current, @Nullable AttributionSource next) { in AttributionSource()
148 @Nullable AttributionSource next) { in AttributionSource()
156 @Nullable AttributionSource next) { in AttributionSource()
197 public AttributionSource withNextAttributionSource(@Nullable AttributionSource next) { in withNextAttributionSource()
H A DCursorEntityIterator.java77 public Entity next() { in next() method in CursorEntityIterator
/aosp14/system/core/libcutils/
H A Dhashmap.cpp31 Entry* next; member
116 Entry* next = entry->next; in expandIfNecessary() local
144 Entry* next = entry->next; in hashmapFree() local
267 Entry *next = entry->next; in hashmapForEach() local
/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dspace_tokenizer.h29 auto next = std::string(); in GetNext() local
/aosp14/frameworks/base/libs/hwui/utils/
H A 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
H A DRingBuffer.h37 T& next() { in next() function
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLaunchWarningWindow.java30 public LaunchWarningWindow(Context context, ActivityRecord cur, ActivityRecord next) { in LaunchWarningWindow()
/aosp14/frameworks/base/libs/hwui/apex/include/android/graphics/
H A Dregion.h67 void next() { ARegionIterator_next(mIterator); } in next() function
/aosp14/frameworks/base/core/java/android/metrics/
H A DMetricsReader.java142 public LogMaker next() { in next() method in MetricsReader
143 final LogMaker next = mPendingQueue.poll(); in next() local
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DRandomness.kt27 private var next = remaining.size // will cause a shuffle on first pull() regex
/aosp14/system/core/libcutils/include/cutils/
H A Dconfig_utils.h29 cnode *next; member
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dconfig_utils.h29 cnode *next; member
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
H A DShellCommandTestSupport.java49 String next = getNext(); in createShellCommandWithArgsAndOptions() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DShellCommandTestSupport.java49 String next = getNext(); in createShellCommandWithArgsAndOptions() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPathIterator.java113 public @Verb int next(@NonNull float[] points, int offset) { in next() method in PathIterator
201 public Segment next() { in next() method in PathIterator
H A DRegionIterator.java37 public final boolean next(Rect r) { in next() method in RegionIterator
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
H A DTableLogBufferTest.kt108 val next = regex
119 val next = regex
130 val next = regex
141 val next = regex
152 val next = regex
163 val next = regex
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DHardwareKeyboardShortcutController.java59 static <T> T getNeighborItem(@NonNull List<T> list, @NonNull T value, boolean next) { in getNeighborItem()
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DBinderIdentityChecker.java79 final Tree next = nextStatement(token, state); in matchMethodInvocation() local

1234567