Searched refs:InsetsSourceConsumer (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 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 …]
|
D | InsetsAnimationControlImpl.java | 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()
|
D | InsetsSourceConsumer.java | 34 public class InsetsSourceConsumer { class 62 public InsetsSourceConsumer(@InternalInsetType int type, InsetsState state, in InsetsSourceConsumer() method in InsetsSourceConsumer
|
D | ImeInsetsSourceConsumer.java | 37 public final class ImeInsetsSourceConsumer extends InsetsSourceConsumer {
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsAnimationControlImplTest.java | 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()
|
D | InsetsSourceConsumerTest.java | 58 private InsetsSourceConsumer mConsumer; 80 mConsumer = new InsetsSourceConsumer(TYPE_TOP_BAR, new InsetsState(), in setup()
|
/frameworks/base/config/ |
D | preloaded-classes | 3806 android.view.InsetsSourceConsumer
|