Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSource.java31 public class InsetsSource implements Parcelable { class
41 public InsetsSource(@InternalInsetType int type) { in InsetsSource() method in InsetsSource
46 public InsetsSource(InsetsSource other) { in InsetsSource() method in InsetsSource
121 InsetsSource that = (InsetsSource) o; in equals()
136 public InsetsSource(Parcel in) { in InsetsSource() method in InsetsSource
154 …ic static final @android.annotation.NonNull Creator<InsetsSource> CREATOR = new Creator<InsetsSour…
156 public InsetsSource createFromParcel(Parcel in) {
157 return new InsetsSource(in);
160 public InsetsSource[] newArray(int size) {
161 return new InsetsSource[size];
DInsetsState.java120 private final ArrayMap<Integer, InsetsSource> mSources = new ArrayMap<>();
159 InsetsSource source = mSources.get(type); in calculateInsets()
189 private void processSource(InsetsSource source, Rect relativeFrame, boolean ignoreVisibility, in processSource()
209 private void processSourceAsPublicType(InsetsSource source, Insets[] typeInsetsMap, in processSourceAsPublicType()
252 public InsetsSource getSource(@InternalInsetType int type) { in getSource()
253 return mSources.computeIfAbsent(type, InsetsSource::new); in getSource()
283 InsetsSource source = other.mSources.valueAt(i); in set()
284 mSources.put(source.getType(), new InsetsSource(source)); in set()
291 public void addSource(InsetsSource source) { in addSource()
299 public InsetsSource sourceAt(int index) { in sourceAt()
[all …]
DInsetsAnimationControlImpl.java232 final InsetsSource source = mInitialInsetsState.getSource(consumer.getType()); in updateLeashesForSide()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java32 import android.view.InsetsSource;
51 private final @NonNull InsetsSource mSource;
70 InsetsSourceProvider(InsetsSource source, InsetsStateController stateController, in InsetsSourceProvider()
87 InsetsSource getSource() { in getSource()
170 boolean onInsetsModified(WindowState caller, InsetsSource modifiedSource) { in onInsetsModified()
DInsetsStateController.java31 import android.view.InsetsSource;
128 final InsetsSource source = state.sourceAt(i); in onInsetsModified()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsSourceProviderTest.java31 import android.view.InsetsSource;
44 private InsetsSource mSource = new InsetsSource(TYPE_TOP_BAR);
DWindowStateTests.java65 import android.view.InsetsSource;
375 .onInsetsModified(app, new InsetsSource(TYPE_TOP_BAR)); in testVisibleWithInsetsProvider()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsSourceTest.java46 private InsetsSource mSource = new InsetsSource(TYPE_NAVIGATION_BAR);
/frameworks/base/config/
Dpreloaded-classes3804 android.view.InsetsSource$1
3805 android.view.InsetsSource
Dboot-image-profile.txt16336 HSPLandroid/view/InsetsSource$1;-><init>()V
16337 HSPLandroid/view/InsetsSource$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/InsetsSource;
16338 HSPLandroid/view/InsetsSource$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
16339 HSPLandroid/view/InsetsSource;->equals(Ljava/lang/Object;)Z
16340 HSPLandroid/view/InsetsSource;->getType()I
16341 HSPLandroid/view/InsetsSource;->setFrame(Landroid/graphics/Rect;)V
16342 HSPLandroid/view/InsetsSource;->setVisible(Z)V
16343 HSPLandroid/view/InsetsSource;->writeToParcel(Landroid/os/Parcel;I)V
16350 HSPLandroid/view/InsetsState;->getSource(I)Landroid/view/InsetsSource;
36513 Landroid/view/InsetsSource$1;
[all …]
/frameworks/base/services/
Dart-profile16238 HSPLcom/android/server/wm/InsetsSourceProvider;-><init>(Landroid/view/InsetsSource;Lcom/android/ser…
16239 HSPLcom/android/server/wm/InsetsSourceProvider;->getSource()Landroid/view/InsetsSource;