/frameworks/base/core/java/android/app/ |
D | SharedElementCallback.java | 149 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, in onCaptureSharedElementSnapshot() argument 151 if (sharedElement instanceof ImageView) { in onCaptureSharedElementSnapshot() 152 ImageView imageView = ((ImageView) sharedElement); in onCaptureSharedElementSnapshot() 177 return TransitionUtils.createViewBitmap(sharedElement, mTempMatrix, screenBounds); in onCaptureSharedElementSnapshot()
|
D | FragmentTransaction.java | 190 public abstract FragmentTransaction addSharedElement(View sharedElement, String name); in addSharedElement() argument 196 public abstract FragmentTransaction setSharedElement(View sharedElement, String name); in setSharedElement() argument
|
D | ActivityOptions.java | 467 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument 468 … return makeSceneTransitionAnimation(activity, Pair.create(sharedElement, sharedElementName)); in makeSceneTransitionAnimation() 504 Pair<View, String> sharedElement = sharedElements[i]; in makeSceneTransitionAnimation() local 505 String sharedElementName = sharedElement.second; in makeSceneTransitionAnimation() 510 View view = sharedElement.first; in makeSceneTransitionAnimation() 514 views.add(sharedElement.first); in makeSceneTransitionAnimation()
|
D | ActivityTransitionCoordinator.java | 560 View sharedElement = mSharedElements.get(i); in setSharedElementState() local 562 SharedElementOriginalState originalState = getOldSharedElementState(sharedElement, in setSharedElementState() 565 setSharedElementState(sharedElement, name, sharedElementState, in setSharedElementState() 688 View sharedElement = mSharedElements.get(i); in captureSharedElementState() local 690 captureSharedElementState(sharedElement, name, bundle, tempMatrix, tempBounds); in captureSharedElementState() 866 View sharedElement = mSharedElements.get(i); in moveSharedElementsFromOverlay() local 867 GhostView.removeGhost(sharedElement); in moveSharedElementsFromOverlay()
|
D | BackStackRecord.java | 566 public FragmentTransaction addSharedElement(View sharedElement, String name) { in addSharedElement() argument 567 String transitionName = sharedElement.getTransitionName(); in addSharedElement() 583 public FragmentTransaction setSharedElement(View sharedElement, String name) { in setSharedElement() argument 584 String transitionName = sharedElement.getTransitionName(); in setSharedElement()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | SharedElementCallback.java | 147 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, in onCaptureSharedElementSnapshot() argument 149 if (sharedElement instanceof ImageView) { in onCaptureSharedElementSnapshot() 150 ImageView imageView = ((ImageView) sharedElement); in onCaptureSharedElementSnapshot() 186 sharedElement.draw(canvas); in onCaptureSharedElementSnapshot()
|
D | ActivityOptionsCompat.java | 132 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument 136 sharedElement, sharedElementName)); in makeSceneTransitionAnimation()
|
D | ActivityCompat.java | 251 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot() argument 253 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix, in onCaptureSharedElementSnapshot()
|
D | FragmentTransaction.java | 210 public abstract FragmentTransaction addSharedElement(View sharedElement, String name); in addSharedElement() argument
|
D | BackStackRecord.java | 519 public FragmentTransaction addSharedElement(View sharedElement, String name) { in addSharedElement() argument 521 String transitionName = FragmentTransitionCompat21.getTransitionName(sharedElement); in addSharedElement()
|
/frameworks/support/v4/api21/android/support/v4/app/ |
D | ActivityOptionsCompat21.java | 30 View sharedElement, String sharedElementName) { in makeSceneTransitionAnimation() argument 32 ActivityOptions.makeSceneTransitionAnimation(activity, sharedElement, in makeSceneTransitionAnimation()
|
D | ActivityCompat21.java | 67 public abstract Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot() argument 112 public Parcelable onCaptureSharedElementSnapshot(View sharedElement, in onCaptureSharedElementSnapshot() argument 115 return mCallback.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix, in onCaptureSharedElementSnapshot()
|