/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A 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 …]
|
H A 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
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A 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
|
H A D | BaseEventStreamTransformation.java | 23 public void setNext(EventStreamTransformation next) { in setNext()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/ |
H A 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
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContextParams.java | 58 @Nullable AttributionSource next, in ContextParams() 156 public Builder setNextAttributionSource(@Nullable AttributionSource next) { in setNextAttributionSource()
|
H A D | AttributionSource.java | 132 @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 D | CursorEntityIterator.java | 77 public Entity next() { in next() method in CursorEntityIterator
|
/aosp14/system/core/libcutils/ |
H A D | hashmap.cpp | 31 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 D | space_tokenizer.h | 29 auto next = std::string(); in GetNext() local
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A 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
|
H A D | RingBuffer.h | 37 T& next() { in next() function
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | LaunchWarningWindow.java | 30 public LaunchWarningWindow(Context context, ActivityRecord cur, ActivityRecord next) { in LaunchWarningWindow()
|
/aosp14/frameworks/base/libs/hwui/apex/include/android/graphics/ |
H A D | region.h | 67 void next() { ARegionIterator_next(mIterator); } in next() function
|
/aosp14/frameworks/base/core/java/android/metrics/ |
H A D | MetricsReader.java | 142 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 D | Randomness.kt | 27 private var next = remaining.size // will cause a shuffle on first pull() regex
|
/aosp14/system/core/libcutils/include/cutils/ |
H A D | config_utils.h | 29 cnode *next; member
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A D | config_utils.h | 29 cnode *next; member
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
H A D | ShellCommandTestSupport.java | 49 String next = getNext(); in createShellCommandWithArgsAndOptions() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/ |
H A D | ShellCommandTestSupport.java | 49 String next = getNext(); in createShellCommandWithArgsAndOptions() local
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | PathIterator.java | 113 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 D | RegionIterator.java | 37 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 D | TableLogBufferTest.kt | 108 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 D | HardwareKeyboardShortcutController.java | 59 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 D | BinderIdentityChecker.java | 79 final Tree next = nextStatement(token, state); in matchMethodInvocation() local
|