Home
last modified time | relevance | path

Searched refs:InsetsSource (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsSource.java37 public class InsetsSource implements Parcelable { class
48 public InsetsSource(@InternalInsetsType int type) { in InsetsSource() method in InsetsSource
54 public InsetsSource(InsetsSource other) { in InsetsSource() method in InsetsSource
210 InsetsSource that = (InsetsSource) o; in equals()
228 public InsetsSource(Parcel in) { in InsetsSource() method in InsetsSource
275 …ic static final @android.annotation.NonNull Creator<InsetsSource> CREATOR = new Creator<InsetsSour…
277 public InsetsSource createFromParcel(Parcel in) {
278 return new InsetsSource(in);
281 public InsetsSource[] newArray(int size) {
282 return new InsetsSource[size];
DInsetsSourceConsumer.java222 final InsetsSource source = mState.peekSource(mType); in applyLocalVisibilityOverride()
290 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
291 InsetsSource source = mState.peekSource(mType); in updateSource()
302 newSource = new InsetsSource(newSource); in updateSource()
316 InsetsSource source = mState.getSource(mType); in notifyAnimationFinished()
DInsetsController.java641 InsetsSource source = newState.peekSource(type); in updateState()
657 InsetsSource source = mState.peekSource(type); in updateState()
1237 final InsetsSource localSource = mState.getSource(type); in updateRequestedState()
1240 mRequestedState.addSource(new InsetsSource(localSource)); in updateRequestedState()
1392 InsetsSource source = mState.peekSource(consumer.mType); in calculateControllableTypes()
DInsetsAnimationControlImpl.java338 final InsetsSource source = mInitialInsetsState.getSource(control.getType()); in updateLeashesForSide()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsSourceConsumerTest.java73 private InsetsSource mSpyInsetsSource;
96 mSpyInsetsSource = Mockito.spy(new InsetsSource(ITYPE_STATUS_BAR)); in setup()
145 InsetsSource source = new InsetsSource(ITYPE_IME); in testPendingStates()
147 consumer.updateSource(new InsetsSource(source), ANIMATION_TYPE_NONE); in testPendingStates()
151 consumer.updateSource(new InsetsSource(source), ANIMATION_TYPE_USER); in testPendingStates()
160 consumer.updateSource(new InsetsSource(source), ANIMATION_TYPE_USER); in testPendingStates()
166 consumer.updateSource(new InsetsSource(source), ANIMATION_TYPE_USER); in testPendingStates()
DInsetsSourceTest.java48 private InsetsSource mSource = new InsetsSource(ITYPE_NAVIGATION_BAR);
49 private InsetsSource mImeSource = new InsetsSource(ITYPE_IME);
50 private InsetsSource mCaptionSource = new InsetsSource(ITYPE_CAPTION_BAR);
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DImeInsetsSourceProviderTest.java26 import android.view.InsetsSource;
39 private InsetsSource mImeSource = new InsetsSource(ITYPE_IME);
DInsetsSourceProviderTest.java33 import android.view.InsetsSource;
47 private InsetsSource mSource = new InsetsSource(ITYPE_STATUS_BAR);
49 private InsetsSource mImeSource = new InsetsSource(ITYPE_IME);
DDisplayPolicyTests.java62 import android.view.InsetsSource;
383 final InsetsSource imeSource = state.peekSource(ITYPE_IME); in testImeMinimalSourceFrame()
384 final InsetsSource navBarSource = state.peekSource(ITYPE_NAVIGATION_BAR); in testImeMinimalSourceFrame()
DWindowStateTests.java75 import android.view.InsetsSource;
430 final InsetsSource source = new InsetsSource(ITYPE_STATUS_BAR); in testVisibleWithInsetsProvider()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java36 import android.view.InsetsSource;
57 protected final @NonNull InsetsSource mSource;
87 InsetsSourceProvider(InsetsSource source, InsetsStateController stateController, in InsetsSourceProvider()
106 InsetsSource getSource() { in getSource()
204 InsetsSource createSimulatedSource(DisplayFrames displayFrames, WindowFrames windowFrames) { in createSimulatedSource()
207 final InsetsSource source = new InsetsSource(mSource.getType()); in createSimulatedSource()
325 boolean onInsetsModified(InsetsControlTarget caller, InsetsSource modifiedSource) { in onInsetsModified()
DInsetsStateController.java41 import android.view.InsetsSource;
174 InsetsSource override = in getInsetsForDispatchInner()
175 new InsetsSource( in getInsetsForDispatchInner()
192 InsetsSource imeSource = state.peekSource(ITYPE_IME); in getInsetsForDispatchInner()
194 imeSource = new InsetsSource(imeSource); in getInsetsForDispatchInner()
273 final InsetsSource source = state.peekSource(i); in onInsetsModified()
DImeInsetsSourceProvider.java21 import android.view.InsetsSource;
39 ImeInsetsSourceProvider(InsetsSource source, in ImeInsetsSourceProvider()
DTaskSnapshotController.java41 import android.view.InsetsSource;
608 final InsetsSource source = other.peekSource(type);
DAccessibilityController.java53 import android.view.InsetsSource;
1175 final InsetsSource source = displayContent.getInsetsStateController().getRawInsetsState() in getNavBarInsets()
DDisplayPolicy.java162 import android.view.InsetsSource;
2071 final InsetsSource source = mDisplayContent.getInsetsPolicy()
2785 final InsetsSource request = mTopFullscreenOpaqueWindowState.getRequestedInsetsState()
DWindowState.java220 import android.view.InsetsSource;
739 final InsetsSource source = state.peekSource(i); in updateRequestedInsetsState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayImeController.java33 import android.view.InsetsSource;
127 final InsetsSource imeSource = pd.mInsetsState.getSource(InsetsState.ITYPE_IME); in isImeShowing()
206 final InsetsSource newSource = insetsState.getSource(InsetsState.ITYPE_IME); in insetsChanged()
277 private boolean calcIsFloating(InsetsSource imeSource) { in calcIsFloating()
292 final InsetsSource imeSource = mInsetsState.getSource(InsetsState.ITYPE_IME); in startAnimation()
/frameworks/base/core/proto/android/view/
Dinsetssource.proto26 * Represents a {@link android.view.InsetsSource} object.
/frameworks/base/config/
Dboot-profile.txt1221 Landroid/view/InsetsSource;->getType()I
Dboot-image-profile.txt21669 HSPLandroid/view/InsetsSource$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/InsetsSource;
21670 HSPLandroid/view/InsetsSource$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
21671 HSPLandroid/view/InsetsSource;-><init>(I)V
21672 HSPLandroid/view/InsetsSource;-><init>(Landroid/os/Parcel;)V
21673 HSPLandroid/view/InsetsSource;-><init>(Landroid/view/InsetsSource;)V
21674 HSPLandroid/view/InsetsSource;->calculateInsets(Landroid/graphics/Rect;Landroid/graphics/Rect;Z)Lan…
21675 HSPLandroid/view/InsetsSource;->calculateInsets(Landroid/graphics/Rect;Z)Landroid/graphics/Insets;
21676 HSPLandroid/view/InsetsSource;->calculateVisibleInsets(Landroid/graphics/Rect;)Landroid/graphics/In…
21677 HSPLandroid/view/InsetsSource;->dump(Ljava/lang/String;Ljava/io/PrintWriter;)V
21678 HSPLandroid/view/InsetsSource;->equals(Ljava/lang/Object;)Z
[all …]
Dpreloaded-classes6854 android.view.InsetsSource$1
6855 android.view.InsetsSource
/frameworks/base/services/
Dart-profile36927 HSPLcom/android/server/wm/ImeInsetsSourceProvider;-><init>(Landroid/view/InsetsSource;Lcom/android/…
37122 HSPLcom/android/server/wm/InsetsSourceProvider;-><init>(Landroid/view/InsetsSource;Lcom/android/ser…
37130 …om/android/server/wm/DisplayFrames;Lcom/android/server/wm/WindowFrames;)Landroid/view/InsetsSource;
37135 HPLcom/android/server/wm/InsetsSourceProvider;->getSource()Landroid/view/InsetsSource;
37139 …rovider;->onInsetsModified(Lcom/android/server/wm/InsetsControlTarget;Landroid/view/InsetsSource;)Z