Home
last modified time | relevance | path

Searched refs:mRunnableCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java911 final SparseArray<Runnable> mRunnableCache = new SparseArray<>(5); field in DisplayRotation.OrientationListener
942 Runnable r = mRunnableCache.get(rotation, null); in onProposedRotationChanged()
945 mRunnableCache.put(rotation, r); in onProposedRotationChanged()