Home
last modified time | relevance | path

Searched refs:Pools (Results 1 – 25 of 66) sorted by relevance

123

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DProgressTransformState.java19 import android.util.Pools;
26 private static Pools.SimplePool<ProgressTransformState> sInstancePool
27 = new Pools.SimplePool<>(40);
H A DActionListTransformState.java19 import android.util.Pools;
26 private static Pools.SimplePool<ActionListTransformState> sInstancePool
27 = new Pools.SimplePool<>(40);
H A DMessagingImageTransformState.java19 import android.util.Pools;
30 private static Pools.SimplePool<MessagingImageTransformState> sInstancePool
31 = new Pools.SimplePool<>(40);
H A DImageTransformState.java20 import android.util.Pools;
38 private static Pools.SimplePool<ImageTransformState> sInstancePool
39 = new Pools.SimplePool<>(40);
H A DTextViewTransformState.java22 import android.util.Pools;
31 private static Pools.SimplePool<TextViewTransformState> sInstancePool
32 = new Pools.SimplePool<>(40);
H A DMessagingLayoutTransformState.java21 import android.util.Pools;
43 private static Pools.SimplePool<MessagingLayoutTransformState> sInstancePool
44 = new Pools.SimplePool<>(40);
H A DTransformState.java19 import android.util.Pools;
51 private static Pools.SimplePool<TransformState> sInstancePool = new Pools.SimplePool<>(40);
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTransactionPool.java19 import android.util.Pools;
26 private final Pools.SynchronizedPool<SurfaceControl.Transaction> mTransactionPool =
27 new Pools.SynchronizedPool<>(4);
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingTextMessage.java27 import android.util.Pools;
39 private static Pools.SimplePool<MessagingTextMessage> sInstancePool
40 = new Pools.SynchronizedPool<>(20);
95 sInstancePool = new Pools.SynchronizedPool<>(10); in dropCache()
H A DMessagingImageMessage.java31 import android.util.Pools;
47 private static Pools.SimplePool<MessagingImageMessage> sInstancePool
48 = new Pools.SynchronizedPool<>(10);
197 sInstancePool = new Pools.SynchronizedPool<>(10); in dropCache()
H A DViewInfoStore.java23 import android.util.Pools;
308 static Pools.Pool<InfoRecord> sPool = new Pools.SimplePool<>(20);
H A DMessagingGroup.java35 import android.util.Pools;
60 private static Pools.SimplePool<MessagingGroup> sInstancePool
61 = new Pools.SynchronizedPool<>(10);
341 sInstancePool = new Pools.SynchronizedPool<>(10); in dropCache()
/aosp12/packages/apps/Gallery2/
H A Djarjar-rules.txt1 rule android.util.Pools** com.android.photos.util.Pools@1
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DKeyboardInterceptor.java24 import android.util.Pools;
158 private static final Pools.SimplePool<KeyEventHolder> sPool =
159 new Pools.SimplePool<>(MAX_POOL_SIZE);
H A DKeyEventDispatcher.java24 import android.util.Pools;
25 import android.util.Pools.Pool;
55 private final Pool<PendingKeyEvent> mPendingEventPool = new Pools.SimplePool<>(MAX_POOL_SIZE);
/aosp12/packages/apps/Gallery2/src/android/util/
H A DPools.java43 public final class Pools { class
68 private Pools() { in Pools() method in Pools
/aosp12/packages/apps/Camera2/src/android/util/
H A DPools.java43 public final class Pools { class
68 private Pools() { in Pools() method in Pools
/aosp12/frameworks/base/core/java/android/util/
H A DPools.java45 public final class Pools { class
72 private Pools() { in Pools() method in Pools
/aosp12/packages/apps/Camera2/
H A Dproguard.flags46 # TODO: remove or rename android.util.Pools.java from our source.
47 -dontwarn android.util.Pools*
/aosp12/frameworks/base/core/java/android/view/
H A DWindowInfo.java24 import android.util.Pools;
39 private static final Pools.SynchronizedPool<WindowInfo> sPool =
40 new Pools.SynchronizedPool<WindowInfo>(MAX_POOL_SIZE);
H A DInputQueue.java24 import android.util.Pools.Pool;
25 import android.util.Pools.SimplePool;
/aosp12/packages/apps/Gallery2/src/com/android/photos/data/
H A DGalleryBitmapPool.java21 import android.util.Pools.Pool;
22 import android.util.Pools.SynchronizedPool;
H A DSparseArrayBitmapPool.java22 import android.util.Pools.Pool;
23 import android.util.Pools.SimplePool;
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DThumbnailCache.java29 import androidx.core.util.Pools;
214 private static final Pools.SimplePool<Result> sPool = new Pools.SimplePool<>(1);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhone.java24 import android.util.Pools;
82 private final Pools.Pool<HeadsUpEntryPhone> mEntryPool = new Pools.Pool<HeadsUpEntryPhone>() {

123