Searched refs:InsetsSourceConsumer (Results 1 – 8 of 8) sorted by relevance
37 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 …]
56 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()
34 public class InsetsSourceConsumer { class62 public InsetsSourceConsumer(@InternalInsetType int type, InsetsState state, in InsetsSourceConsumer() method in InsetsSourceConsumer
37 public final class ImeInsetsSourceConsumer extends InsetsSourceConsumer {
105 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()
58 private InsetsSourceConsumer mConsumer;80 mConsumer = new InsetsSourceConsumer(TYPE_TOP_BAR, new InsetsState(), in setup()
3806 android.view.InsetsSourceConsumer
16330 HSPLandroid/view/InsetsController;->getSourceConsumer(I)Landroid/view/InsetsSourceConsumer;16344 HSPLandroid/view/InsetsSourceConsumer;->applyLocalVisibilityOverride()Z36515 Landroid/view/InsetsSourceConsumer;