Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java290 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource() argument
293 || source.getFrame().equals(newSource.getFrame())) { in updateSource()
296 mState.addSource(newSource); in updateSource()
302 newSource = new InsetsSource(newSource); in updateSource()
303 mPendingFrame = new Rect(newSource.getFrame()); in updateSource()
304 mPendingVisibleFrame = newSource.getVisibleFrame() != null in updateSource()
305 ? new Rect(newSource.getVisibleFrame()) in updateSource()
307 newSource.setFrame(source.getFrame()); in updateSource()
308 newSource.setVisibleFrame(source.getVisibleFrame()); in updateSource()
309 mState.addSource(newSource); in updateSource()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayImeController.java206 final InsetsSource newSource = insetsState.getSource(InsetsState.ITYPE_IME); in insetsChanged() local
207 final Rect newFrame = newSource.getFrame(); in insetsChanged()
211 if (mImeShowing && !newFrame.equals(oldFrame) && newSource.isVisible()) { in insetsChanged()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl97 void noteGpsChanged(in WorkSource oldSource, in WorkSource newSource); in noteGpsChanged() argument