/frameworks/base/core/java/android/view/ |
D | InsetsSource.java | 37 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];
|
D | InsetsSourceConsumer.java | 222 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()
|
D | InsetsController.java | 641 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()
|
D | InsetsAnimationControlImpl.java | 338 final InsetsSource source = mInitialInsetsState.getSource(control.getType()); in updateLeashesForSide()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsSourceConsumerTest.java | 73 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()
|
D | InsetsSourceTest.java | 48 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/ |
D | ImeInsetsSourceProviderTest.java | 26 import android.view.InsetsSource; 39 private InsetsSource mImeSource = new InsetsSource(ITYPE_IME);
|
D | InsetsSourceProviderTest.java | 33 import android.view.InsetsSource; 47 private InsetsSource mSource = new InsetsSource(ITYPE_STATUS_BAR); 49 private InsetsSource mImeSource = new InsetsSource(ITYPE_IME);
|
D | DisplayPolicyTests.java | 62 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()
|
D | WindowStateTests.java | 75 import android.view.InsetsSource; 430 final InsetsSource source = new InsetsSource(ITYPE_STATUS_BAR); in testVisibleWithInsetsProvider()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsSourceProvider.java | 36 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()
|
D | InsetsStateController.java | 41 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()
|
D | ImeInsetsSourceProvider.java | 21 import android.view.InsetsSource; 39 ImeInsetsSourceProvider(InsetsSource source, in ImeInsetsSourceProvider()
|
D | TaskSnapshotController.java | 41 import android.view.InsetsSource; 608 final InsetsSource source = other.peekSource(type);
|
D | AccessibilityController.java | 53 import android.view.InsetsSource; 1175 final InsetsSource source = displayContent.getInsetsStateController().getRawInsetsState() in getNavBarInsets()
|
D | DisplayPolicy.java | 162 import android.view.InsetsSource; 2071 final InsetsSource source = mDisplayContent.getInsetsPolicy() 2785 final InsetsSource request = mTopFullscreenOpaqueWindowState.getRequestedInsetsState()
|
D | WindowState.java | 220 import android.view.InsetsSource; 739 final InsetsSource source = state.peekSource(i); in updateRequestedInsetsState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/ |
D | DisplayImeController.java | 33 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/ |
D | insetssource.proto | 26 * Represents a {@link android.view.InsetsSource} object.
|
/frameworks/base/config/ |
D | boot-profile.txt | 1221 Landroid/view/InsetsSource;->getType()I
|
D | boot-image-profile.txt | 21669 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 …]
|
D | preloaded-classes | 6854 android.view.InsetsSource$1 6855 android.view.InsetsSource
|
/frameworks/base/services/ |
D | art-profile | 36927 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
|