Home
last modified time | relevance | path

Searched defs:originalState (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java215 InsetsState adjustInsetsForWindow(WindowState target, InsetsState originalState, in adjustInsetsForWindow()
227 InsetsState adjustInsetsForWindow(WindowState target, InsetsState originalState) { in adjustInsetsForWindow()
270 final InsetsState originalState = state; in enforceInsetsPolicyForTarget() local
334 private InsetsState adjustVisibilityForFakeControllingSources(InsetsState originalState) { in adjustVisibilityForFakeControllingSources()
349 private static InsetsState adjustVisibilityForFakeControllingSource(InsetsState originalState, in adjustVisibilityForFakeControllingSource()
368 private InsetsState adjustVisibilityForIme(WindowState w, InsetsState originalState, in adjustVisibilityForIme()
407 private InsetsState adjustInsetsForRoundedCorners(WindowToken token, InsetsState originalState, in adjustInsetsForRoundedCorners()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java617 SharedElementOriginalState originalState = getOldSharedElementState(sharedElement, in setSharedElementState() local
709 ArrayList<SharedElementOriginalState> originalState) { in setOriginalSharedElementState()