Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsSourceConsumerTest.java22 import static android.view.InsetsSourceConsumer.ShowResult.SHOW_IMMEDIATELY;
74 private InsetsSourceConsumer mConsumer;
106 mConsumer = new InsetsSourceConsumer(ID_STATUS_BAR, statusBars(), mState, in setup()
151 InsetsSourceConsumer consumer = new InsetsSourceConsumer( in testPendingStates()
224 return new InsetsSourceConsumer(ID_IME, ime(), state, in testWontUpdateImeLeashVisibility_whenAnimation()
233 return new InsetsSourceConsumer(id, type, ic.getState(), Transaction::new, ic); in testWontUpdateImeLeashVisibility_whenAnimation()
235 InsetsSourceConsumer imeConsumer = insetsController.getSourceConsumer(ID_IME, ime()); in testWontUpdateImeLeashVisibility_whenAnimation()
H A DInsetsAnimationControlImplTest.java99 InsetsSourceConsumer topConsumer = new InsetsSourceConsumer(ID_STATUS_BAR, in setup()
107 InsetsSourceConsumer navConsumer = new InsetsSourceConsumer(ID_NAVIGATION_BAR, in setup()
H A DInsetsControllerTest.java26 import static android.view.InsetsSourceConsumer.ShowResult.IME_SHOW_DELAYED;
27 import static android.view.InsetsSourceConsumer.ShowResult.SHOW_IMMEDIATELY;
136 return new InsetsSourceConsumer(id, type, controller.getState(), in setup()
153 return new InsetsSourceConsumer(id, type, controller.getState(), in setup()
916 final InsetsSourceConsumer imeInsetsConsumer = in testImeRequestedVisibleWhenImeNotControllable()
H A DImeInsetsSourceConsumerTest.java61 InsetsSourceConsumer mImeConsumer;
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java58 import android.view.InsetsSourceConsumer.ShowResult;
636 private final InsetsSourceConsumer mImeSourceConsumer;
765 return new InsetsSourceConsumer(id, type, controller.mState, in InsetsController()
945 InsetsSourceConsumer consumer = mSourceConsumers.valueAt(i); in updateDisabledUserAnimationTypes()
1018 final InsetsSourceConsumer consumer = mSourceConsumers.valueAt(i); in onControlsChanged()
1480 final InsetsSourceConsumer consumer = mSourceConsumers.valueAt(i); in collectSourceControls()
1595 void notifyControlRevoked(InsetsSourceConsumer consumer) { in notifyControlRevoked()
1647 final InsetsSourceConsumer consumer = mSourceConsumers.valueAt(i); in onAnimationStateChanged()
1666 InsetsSourceConsumer consumer = mSourceConsumers.get(id); in getSourceConsumer()
1683 public @NonNull InsetsSourceConsumer getImeSourceConsumer() { in getImeSourceConsumer()
[all …]
H A DInsetsSourceConsumer.java52 public class InsetsSourceConsumer { class
110 public InsetsSourceConsumer(int id, @InsetsType int type, InsetsState state, in InsetsSourceConsumer() method in InsetsSourceConsumer
H A DImeInsetsSourceConsumer.java42 public final class ImeInsetsSourceConsumer extends InsetsSourceConsumer {
/aosp14/frameworks/base/core/proto/android/view/
H A Dinsetssourceconsumer.proto27 * Represents a {@link android.view.InsetsSourceConsumer} object.
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DImeInsetsSourceProvider.java36 import android.view.InsetsSourceConsumer;
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16697 HSPLandroid/view/InsetsSourceConsumer;->applyLocalVisibilityOverride()Z
16698 HSPLandroid/view/InsetsSourceConsumer;->applyRequestedVisibilityToControl()V
16700 HSPLandroid/view/InsetsSourceConsumer;->getId()I
16701 HSPLandroid/view/InsetsSourceConsumer;->getType()I
16702 HSPLandroid/view/InsetsSourceConsumer;->isRequestedVisibleAwaitingControl()Z
16703 HSPLandroid/view/InsetsSourceConsumer;->onPerceptible(Z)V
16704 HSPLandroid/view/InsetsSourceConsumer;->onWindowFocusGained(Z)V
16705 HSPLandroid/view/InsetsSourceConsumer;->onWindowFocusLost()V
16706 HSPLandroid/view/InsetsSourceConsumer;->removeSurface()V
16708 HSPLandroid/view/InsetsSourceConsumer;->updateSource(Landroid/view/InsetsSource;I)V
[all …]
H A Dpreloaded-classes8586 android.view.InsetsSourceConsumer
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt16761 HSPLandroid/view/InsetsSourceConsumer;->applyLocalVisibilityOverride()Z
16762 HSPLandroid/view/InsetsSourceConsumer;->applyRequestedVisibilityToControl()V
16764 HSPLandroid/view/InsetsSourceConsumer;->getId()I
16765 HSPLandroid/view/InsetsSourceConsumer;->getType()I
16766 HSPLandroid/view/InsetsSourceConsumer;->isRequestedVisibleAwaitingControl()Z
16767 HSPLandroid/view/InsetsSourceConsumer;->onPerceptible(Z)V
16768 HSPLandroid/view/InsetsSourceConsumer;->onWindowFocusGained(Z)V
16769 HSPLandroid/view/InsetsSourceConsumer;->onWindowFocusLost()V
16770 HSPLandroid/view/InsetsSourceConsumer;->removeSurface()V
16772 HSPLandroid/view/InsetsSourceConsumer;->updateSource(Landroid/view/InsetsSource;I)V
[all …]
H A Dpreloaded-classes8617 android.view.InsetsSourceConsumer