Home
last modified time | relevance | path

Searched defs:newEvent (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/snakeyaml/src/test/java/org/pyyaml/
H A DPyEmitterTest.java90 Event newEvent = iter2.next(); in _testEmitter() local
167 Event newEvent = newIter.next(); in testEmitterStyles() local
247 Event newEvent = iter2.next(); in testEmitterEvents() local
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DKeyEventTest.java715 KeyEvent newEvent = KeyEvent.changeAction(mKeyEvent, KeyEvent.ACTION_UP); in testChangeAction() local
732 KeyEvent newEvent = KeyEvent.changeFlags(mKeyEvent, KeyEvent.FLAG_FROM_SYSTEM); in testChangeFlags() local
751 KeyEvent newEvent = KeyEvent.changeTimeRepeat(mKeyEvent, newEventTime, newRepeat); in testChangeTimeRepeat() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/
DCarDiagnosticService.java579 abstract CarDiagnosticEvent update(CarDiagnosticEvent newEvent); in update()
595 CarDiagnosticEvent update(@NonNull CarDiagnosticEvent newEvent) { in update()
624 CarDiagnosticEvent update(@NonNull CarDiagnosticEvent newEvent) { in update()
/aosp_15_r20/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
H A DWalletServiceEventTest.java43 WalletServiceEvent newEvent = WalletServiceEvent.CREATOR.createFromParcel(p); in testParcel_toParcel() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/dialog/sliders/domain/interactor/
DVolumeDialogSliderInputEventsInteractor.java39 public final void onTouchEvent(@org.jetbrains.annotations.NotNull() in onTouchEvent()
/aosp_15_r20/system/chre/core/include/chre/core/
H A Dsensor_type_helpers.h136 void SensorTypeHelpers::copyLastSample(const SensorDataType *newEvent, in copyLastSample()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubblesNavBarMotionEventHandlerTest.java135 private MotionEvent newEvent(int actionDown, float x, float y) { in newEvent() method in BubblesNavBarMotionEventHandlerTest
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DCombinerChain.java89 @Nonnull final Event newEvent) { in processEvent()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowAccessibilityEventTest.java41 AccessibilityEvent newEvent = AccessibilityEvent.obtain(event); in shouldBeEqualToClonedEvent() local
/aosp_15_r20/cts/tests/location/location_none/src/android/location/cts/none/
H A DGnssMeasurementsEventTest.java67 GnssMeasurementsEvent newEvent = GnssMeasurementsEvent.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
/aosp_15_r20/build/soong/ui/metrics/
H A Devent.go64 func newEvent(name, desc string) *event { func
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/util/
DMotionEventHelper.java40 MotionEvent newEvent = MotionEvent.obtain(e); in transformEventNew() local
/aosp_15_r20/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
H A DDeviceEvent.java78 public static DeviceEvent newEvent(Intent intent) { in newEvent() method in DeviceEvent
/aosp_15_r20/frameworks/base/core/java/android/service/timezone/
H A DTimeZoneProviderService.java322 private boolean shouldSendEvent(TimeZoneProviderEvent newEvent) { in shouldSendEvent()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/
DColorUpdateLogger.java201 public final boolean tryAddTrigger(@org.jetbrains.annotations.NotNull() in tryAddTrigger()
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DCtsKeyEventUtil.java272 final KeyEvent newEvent = new KeyEvent(downTime, eventTime, action, code, repeatCount, in sendKey() local
/aosp_15_r20/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java610 public void updateInstancesLocked(ContentValues values, long rowId, boolean newEvent, in updateInstancesLocked()
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/
DNumericValueMetricProducer.cpp246 const LogEvent& newEvent, in combineValueFields()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
H A DTouchExplorerTest.java698 MotionEvent newEvent = manyPointerEvent(ACTION_MOVE, x, y); in moveEachPointers() local
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/src/com/android/car/diagnostic/
DCarDiagnosticManagerTest.java117 VehiclePropValue newEvent = builder.build(timestamp); in addNewEvent() local
/aosp_15_r20/system/chre/platform/shared/nanoapp/
H A Dnanoapp_support_lib_dso.cc84 chreGnssLocationEvent newEvent = {}; in translateLegacyGnssLocation() local
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h434 void set(ANeuralNetworksEvent* newEvent) {
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h421 void set(ANeuralNetworksEvent* newEvent) {
/aosp_15_r20/prebuilts/vndk/v33/arm/include/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h434 void set(ANeuralNetworksEvent* newEvent) {
/aosp_15_r20/prebuilts/vndk/v31/x86/include/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h421 void set(ANeuralNetworksEvent* newEvent) {

12345678910>>...17