Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 20 of 20) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DNonDistinctMultitouchHelper.java85 final Key newKey = mainTracker.getKeyOn(x, y); in processMotionEvent() local
DKeyboardParams.java119 public void onAddKey(@Nonnull final Key newKey) { in onAddKey()
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSlicesIndexerTest.java79 String newKey = "newKey"; in testAlreadyIndexed_doesNotIndexAgain() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillPickerFragment.java145 final String newKey = newPref.getKey(); in onPreferenceTreeClick() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java494 private Key onMoveToNewKey(final Key newKey, final int x, final int y) { in onMoveToNewKey()
775 private void processDraggingFingerInToNewKey(final Key newKey, final int x, final int y, in processDraggingFingerInToNewKey()
895 final Key newKey = onMoveKey(x, y); in onMoveEventInternal() local
1081 final Key newKey) { in isMajorEnoughMoveToBeOnNewKey()
DMoreKeysKeyboardView.java211 final Key newKey = mKeyDetector.detectHitKey(x, y); in detectKey() local
/packages/modules/Connectivity/netd/
DBpfHandler.cpp192 UidTagValue newKey = {.uid = (uint32_t)chargeUid, .tag = tag}; in tagSocket() local
/packages/apps/Camera2/src/com/android/camera/util/
DConcurrentSharedRingBuffer.java229 public boolean swapLeast(long newKey, SwapTask<E> swapper) { in swapLeast()
/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp167 bool SimpleConditionTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail()
/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp39 bool MaxDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail()
DOringDurationTracker.cpp40 bool OringDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DResultStoreTest.java151 String newKey = "new key"; in testPutInterimResultAndFlushToDisk_shouldReplaceExistingFile() local
/packages/modules/StatsD/statsd/src/metrics/
DNumericValueMetricProducer.cpp344 bool NumericValueMetricProducer::hitFullBucketGuardRailLocked(const MetricDimensionKey& newKey) { in hitFullBucketGuardRailLocked()
DCountMetricProducer.cpp327 bool CountMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
DGaugeMetricProducer.cpp503 bool GaugeMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
DValueMetricProducer.cpp619 const MetricDimensionKey& newKey) { in hitGuardRailLocked()
DDurationMetricProducer.cpp652 bool DurationMetricProducer::hitGuardRailLocked(const MetricDimensionKey& newKey) { in hitGuardRailLocked()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1003 Key newKey = keys[mCurrentKeyIndex]; in showPreview() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java2388 String newKey = sExtrasMap.get(key); in updateExtras() local
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java2646 private static void replaceKey(Map<String, PerStateBytes> map, String oldKey, String newKey) { in replaceKey() argument