Home
last modified time | relevance | path

Searched refs:newSource (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsSourceConsumer.java351 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource() argument
354 || source.getFrame().equals(newSource.getFrame())) { in updateSource()
357 mState.addSource(newSource); in updateSource()
363 newSource = new InsetsSource(newSource); in updateSource()
364 mPendingFrame = new Rect(newSource.getFrame()); in updateSource()
365 mPendingVisibleFrame = newSource.getVisibleFrame() != null in updateSource()
366 ? new Rect(newSource.getVisibleFrame()) in updateSource()
368 newSource.setFrame(source.getFrame()); in updateSource()
369 newSource.setVisibleFrame(source.getVisibleFrame()); in updateSource()
370 mState.addSource(newSource); in updateSource()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java251 final InsetsSource newSource = insetsState.peekSource(InsetsSource.ID_IME); in insetsChanged() local
252 final Rect newFrame = newSource != null ? newSource.getFrame() : null; in insetsChanged()
253 final boolean newSourceVisible = newSource != null && newSource.isVisible(); in insetsChanged()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl137 void noteGpsChanged(in WorkSource oldSource, in WorkSource newSource); in noteGpsChanged() argument