Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java37 import android.view.InsetsSourceConsumer.ShowResult;
99 private final SparseArray<InsetsSourceConsumer> mSourceConsumers = new SparseArray<>();
206 final InsetsSourceConsumer consumer = mSourceConsumers.valueAt(i); in onControlsChanged()
233 InsetsSourceConsumer consumer = getSourceConsumer(internalTypes.valueAt(i)); in show()
257 InsetsSourceConsumer consumer = getSourceConsumer(internalTypes.valueAt(i)); in hide()
297 final SparseArray<InsetsSourceConsumer> consumers = new SparseArray<>(); in controlAnimationUnchecked()
327 ArraySet<Integer> internalTypes, SparseArray<InsetsSourceConsumer> consumers) { in collectConsumers()
331 InsetsSourceConsumer consumer = getSourceConsumer(internalTypes.valueAt(i)); in collectConsumers()
368 SparseArray<InsetsSourceConsumer> consumers) { in collectPendingConsumers()
373 InsetsSourceConsumer consumer = getSourceConsumer(internalTypes.valueAt(i)); in collectPendingConsumers()
[all …]
DInsetsAnimationControlImpl.java56 private final SparseArray<InsetsSourceConsumer> mConsumers;
58 private final SparseSetArray<InsetsSourceConsumer> mSideSourceMap = new SparseSetArray<>();
79 public InsetsAnimationControlImpl(SparseArray<InsetsSourceConsumer> consumers, Rect frame, in InsetsAnimationControlImpl()
181 InsetsSourceConsumer consumer = mConsumers.valueAt(i); in finish()
205 SparseArray<InsetsSourceConsumer> consumers, boolean shown, in calculateInsets()
228 ArraySet<InsetsSourceConsumer> items = mSideSourceMap.get(side); in updateLeashesForSide()
231 final InsetsSourceConsumer consumer = items.valueAt(i); in updateLeashesForSide()
267 SparseSetArray<InsetsSourceConsumer> sideSourcesMap, in buildTypeSourcesMap()
268 SparseArray<InsetsSourceConsumer> consumers) { in buildTypeSourcesMap()
DInsetsSourceConsumer.java34 public class InsetsSourceConsumer { class
62 public InsetsSourceConsumer(@InternalInsetType int type, InsetsState state, in InsetsSourceConsumer() method in InsetsSourceConsumer
DImeInsetsSourceConsumer.java37 public final class ImeInsetsSourceConsumer extends InsetsSourceConsumer {
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java105 InsetsSourceConsumer topConsumer = new InsetsSourceConsumer(TYPE_TOP_BAR, mInsetsState, in setup()
109 InsetsSourceConsumer navConsumer = new InsetsSourceConsumer(TYPE_NAVIGATION_BAR, in setup()
115 SparseArray<InsetsSourceConsumer> consumers = new SparseArray<>(); in setup()
DInsetsSourceConsumerTest.java58 private InsetsSourceConsumer mConsumer;
80 mConsumer = new InsetsSourceConsumer(TYPE_TOP_BAR, new InsetsState(), in setup()
/frameworks/base/config/
Dpreloaded-classes3806 android.view.InsetsSourceConsumer
Dboot-image-profile.txt16330 HSPLandroid/view/InsetsController;->getSourceConsumer(I)Landroid/view/InsetsSourceConsumer;
16344 HSPLandroid/view/InsetsSourceConsumer;->applyLocalVisibilityOverride()Z
36515 Landroid/view/InsetsSourceConsumer;