HomeSort by relevance Sort by last modified time
    Searched refs:epicenterView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/
CustomHeaderPagerListViewHolder.java 112 public void toggleVisibilityForPendingTransition(final boolean show, final View epicenterView) {
119 if (childView != epicenterView) {
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentTransition.java 602 final View epicenterView;
612 epicenterView = getInEpicenterView(inSharedElements, fragments,
614 if (epicenterView != null) {
619 epicenterView = null;
627 if (epicenterView != null) {
628 impl.getBoundsOnScreen(epicenterView, epicenter);
    [all...]
  /frameworks/base/core/java/android/app/
FragmentTransition.java 526 final View epicenterView;
535 epicenterView = getInEpicenterView(inSharedElements, fragments,
537 if (epicenterView != null) {
547 epicenterView = null;
553 if (epicenterView != null) {
554 epicenterView.getBoundsOnScreen(epicenter);
    [all...]

Completed in 216 milliseconds