Searched refs:oldSource (Results 1 – 2 of 2) sorted by relevance
254 final InsetsSource oldSource = mInsetsState.peekSource(InsetsSource.ID_IME); in insetsChanged() local255 final Rect oldFrame = oldSource != null ? oldSource.getFrame() : null; in insetsChanged()
137 void noteGpsChanged(in WorkSource oldSource, in WorkSource newSource); in noteGpsChanged() argument