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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 414 View actionContainerView = dialogView.findViewById(R.id.action_fragment);
440 animators.add(createFadeOutAnimator(actionContainerView));
457 animators.add(createFadeOutAnimator(actionContainerView));
614 final View actionContainerView = dialogView.findViewById(R.id.action_fragment);
664 int endDist = isRtl ? -actionContainerView.getMeasuredWidth() :
665 actionContainerView.getMeasuredWidth();
676 prepareAndAnimateView(actionContainerView,
    [all...]
DialogFragment.java 302 View actionContainerView = dialogView.findViewById(R.id.action_fragment);
328 animators.add(createFadeOutAnimator(actionContainerView));
345 animators.add(createFadeOutAnimator(actionContainerView));
612 final View actionContainerView = dialogView.findViewById(R.id.action_fragment);
648 int endDist = isRtl ? -actionContainerView.getMeasuredWidth() :
649 actionContainerView.getMeasuredWidth();
662 prepareAndAnimateView(actionContainerView,
    [all...]

Completed in 42 milliseconds