Searched defs:mHead (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BroadcastQueueModernImplTest.java | 130 BroadcastProcessQueue mHead; field in BroadcastQueueModernImplTest 272 assertRunnableList(List.of(), mHead); in testRunnableList_Simple() local 275 assertRunnableList(List.of(mQueue1), mHead); in testRunnableList_Simple() local 278 assertRunnableList(List.of(), mHead); in testRunnableList_Simple() local 287 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3, mQueue4), mHead); in testRunnableList_InsertLast() local 296 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3, mQueue4), mHead); in testRunnableList_InsertFirst() local 304 assertRunnableList(List.of(mQueue1, mQueue2, mQueue3), mHead); in testRunnableList_InsertMiddle() local 315 assertRunnableList(List.of(mQueue1, mQueue2, mQueue4), mHead); in testRunnableList_Remove() local 318 assertRunnableList(List.of(mQueue2, mQueue4), mHead); in testRunnableList_Remove() local 321 assertRunnableList(List.of(mQueue2), mHead); in testRunnableList_Remove() local [all …]
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | RingBuffer.h | 60 int mHead = -1; variable
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | DamageAccumulator.h | 96 DirtyStack* mHead; variable
|
/aosp14/frameworks/base/libs/hwui/thread/ |
H A D | CommonPool.h | 72 int mHead = 0; variable
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | LongArrayQueue.java | 37 private int mHead; field in LongArrayQueue
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | TiledImageRenderer.java | 749 private Tile mHead; field in TiledImageRenderer.TileQueue
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | Choreographer.java | 1359 private CallbackRecord mHead; field in Choreographer.CallbackQueue
|