Searched refs:oldSource (Results 1 – 4 of 4) sorted by relevance
95 InsetsSource oldSource = mInsetsState.peekSource(InsetsSource.ID_IME);96 boolean wasVisible = (oldSource != null && oldSource.isVisible());97 Rect oldFrame = wasVisible ? oldSource.getFrame() : null;
260 final InsetsSource oldSource = mInsetsState.peekSource(InsetsSource.ID_IME); in insetsChanged() local261 final Rect oldFrame = oldSource != null ? oldSource.getFrame() : null; in insetsChanged()
143 void noteGpsChanged(in WorkSource oldSource, in WorkSource newSource); in noteGpsChanged() argument
3558 @NonNull AttributionSource oldSource, int deviceId) { in createAttributionSourceWithDeviceId()3563 return registerAttributionSourceIfNeeded(oldSource.withDeviceId(deviceId), shouldRegister); in createAttributionSourceWithDeviceId()