Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DShellController.java95 InsetsSource oldSource = mInsetsState.peekSource(InsetsSource.ID_IME);
96 boolean wasVisible = (oldSource != null && oldSource.isVisible());
97 Rect oldFrame = wasVisible ? oldSource.getFrame() : null;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayImeController.java260 final InsetsSource oldSource = mInsetsState.peekSource(InsetsSource.ID_IME); in insetsChanged() local
261 final Rect oldFrame = oldSource != null ? oldSource.getFrame() : null; in insetsChanged()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl143 void noteGpsChanged(in WorkSource oldSource, in WorkSource newSource); in noteGpsChanged() argument
/frameworks/base/core/java/android/app/
DContextImpl.java3558 @NonNull AttributionSource oldSource, int deviceId) { in createAttributionSourceWithDeviceId()
3563 return registerAttributionSourceIfNeeded(oldSource.withDeviceId(deviceId), shouldRegister); in createAttributionSourceWithDeviceId()