Home
last modified time | relevance | path

Searched defs:startView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/transition/
DSlide.java57 View startView = (startValues != null) ? startValues.view : null; in onDisappear() local
DFade.java144 View startView = (startValues != null) ? startValues.view : null; in onAppear() local
189 View startView = (startValues != null) ? startValues.view : null; in onDisappear() local
DVisibility.java161 View startView = startValues != null ? startValues.view : null; in createAnimator() local