Searched refs:mRunnableCache (Results 1 – 1 of 1) sorted by relevance
1537 final SparseArray<Runnable> mRunnableCache = new SparseArray<>(5); field in DisplayRotation.OrientationListener1581 Runnable r = mRunnableCache.get(rotation, null); in onProposedRotationChanged()1584 mRunnableCache.put(rotation, r); in onProposedRotationChanged()