Home
last modified time | relevance | path

Searched refs:oldSource (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java254 final InsetsSource oldSource = mInsetsState.peekSource(InsetsSource.ID_IME); in insetsChanged() local
255 final Rect oldFrame = oldSource != null ? oldSource.getFrame() : null; 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