/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
H A D | KeyboardAccessibilityDelegate.java | 213 final Key lastKey = getLastHoverKey(); in onHoverMove() local 215 if (key != lastKey) { in onHoverMove() 216 if (lastKey != null) { in onHoverMove() 217 onHoverExitFrom(lastKey); in onHoverMove() 235 final Key lastKey = getLastHoverKey(); in onHoverExit() local 237 Log.d(TAG, "onHoverExit: key=" + getHoverKeyOf(event) + " last=" + lastKey); in onHoverExit() 239 if (lastKey != null) { in onHoverExit() 240 onHoverExitFrom(lastKey); in onHoverExit()
|
H A D | MoreKeysKeyboardAccessibilityDelegate.java | 89 final Key lastKey = getLastHoverKey(); in onHoverExit() local 91 Log.d(TAG, "onHoverExit: key=" + getHoverKeyOf(event) + " last=" + lastKey); in onHoverExit() 93 if (lastKey != null) { in onHoverExit() 94 super.onHoverExitFrom(lastKey); in onHoverExit()
|
/aosp12/system/core/libutils/ |
H A D | LruCache_test.cpp | 113 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(nullptr) { } in EntryRemovedCallback() 117 lastKey = k; in operator ()() 121 SimpleKey lastKey; member in android::EntryRemovedCallback 311 EXPECT_EQ(1, callback.lastKey); in TEST_F()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaDataFilter.kt | 148 val lastActiveKey = sorted.lastKey() // most recently active 296 val lastActiveKey = sortedEntries.lastKey() // most recently active
|
/aosp12/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/ |
H A D | BpfMapTest.java | 185 final TetherDownstream6Key lastKey = mTestMap.getFirstKey(); in testGetNextKey() local 186 assertNull(mTestMap.getNextKey(lastKey)); in testGetNextKey()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | LocalMergeAlbum.java | 124 int markPos = head.lastKey(); in getMediaItem()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ConversationLayout.java | 572 CharSequence lastKey = null; in bindFacePile() local 581 && !TextUtils.equals(lastKey, getKey(messageSender)); in bindFacePile() 583 || (i == 0 && lastKey == null)) { in bindFacePile() 586 lastKey = getKey(messageSender); in bindFacePile()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/ |
H A D | OverlayViewGlobalStateController.java | 223 mHighestZOrder = mZOrderVisibleSortedMap.get(mZOrderVisibleSortedMap.lastKey()); in refreshHighestZOrderWhenHidingView()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/util/ |
H A D | ConcurrentSharedRingBuffer.java | 432 return tryPin(mElements.lastKey()); in tryPinGreatest()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
H A D | BufferManager.java | 472 ret = headMap.get(headMap.lastKey()); in getReadFile()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/ |
H A D | BufferManager.java | 476 ret = headMap.get(headMap.lastKey()); in getReadFile()
|
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/apps/TV/libs/ |
H A D | truth-0.45.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 48843 method public abstract K lastKey(); 48952 method public K lastKey(); 49253 method public K lastKey();
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 6228 HSPLjava/util/TreeMap;->lastKey()Ljava/lang/Object;+]Ljava/util/TreeMap;Ljava/util/TreeMap;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 28834 HSPLjava/util/TreeMap;->lastKey()Ljava/lang/Object;+]Ljava/util/TreeMap;Ljava/util/TreeMap;
|