Searched defs:getCurrentScene (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DScene.java92 * created by the caching factory method {@link Scene#getCurrentScene(View)}.</p>
150 if (getCurrentScene(mSceneRoot) == this) {
208 static Scene getCurrentScene(View view) { method in class:Scene
/frameworks/support/transition/src/android/support/transition/
H A DScene.java98 * created by the caching factory method {@link Scene#getCurrentScene(View)}.</p>
148 if (getCurrentScene(mSceneRoot) == this) {
205 static Scene getCurrentScene(View view) { method in class:Scene

Completed in 74 milliseconds