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

  /frameworks/base/core/java/android/transition/
Visibility.java 360 View startView = (startValues != null) ? startValues.view : null;
368 } else if (startView != null) {
369 // endView does not exist. Use startView only under certain
372 if (startView.getParent() == null) {
374 overlayView = startView;
375 } else if (startView.getParent() instanceof View) {
376 View startParent = (View) startView.getParent();
383 overlayView = TransitionUtils.copyViewImage(sceneRoot, startView,
391 // and it is safe to un-parent startView
392 overlayView = startView;
    [all...]
Fade.java 145 View startView = (startValues != null) ? startValues.view : null;
146 Log.d(LOG_TAG, "Fade.onAppear: startView, startVis, endView, endVis = " +
147 startView + ", " + view);
Transition.java 552 View startView = startItemIds.valueAt(i);
553 if (startView != null && isValidTarget(startView)) {
556 TransitionValues startValues = unmatchedStart.get(startView);
561 unmatchedStart.remove(startView);
579 View startView = startIds.valueAt(i);
580 if (startView != null && isValidTarget(startView)) {
583 TransitionValues startValues = unmatchedStart.get(startView);
588 unmatchedStart.remove(startView);
    [all...]
ChangeTransform.java 474 public GhostListener(View view, View startView, GhostView ghostView) {
476 mStartView = startView;
  /frameworks/support/transition/src/main/java/androidx/transition/
Visibility.java 337 View startView = (startValues != null) ? startValues.view : null;
345 } else if (startView != null) {
346 // endView does not exist. Use startView only under certain
349 if (startView.getParent() == null) {
351 overlayView = startView;
352 } else if (startView.getParent() instanceof View) {
353 View startParent = (View) startView.getParent();
360 overlayView = TransitionUtils.copyViewImage(sceneRoot, startView,
368 // and it is safe to un-parent startView
369 overlayView = startView;
    [all...]
Fade.java 148 View startView = (startValues != null) ? startValues.view : null;
149 Log.d(LOG_TAG, "Fade.onAppear: startView, startVis, endView, endVis = "
150 + startView + ", " + view);
Transition.java 565 View startView = startItemIds.valueAt(i);
566 if (startView != null && isValidTarget(startView)) {
569 TransitionValues startValues = unmatchedStart.get(startView);
574 unmatchedStart.remove(startView);
592 View startView = startIds.valueAt(i);
593 if (startView != null && isValidTarget(startView)) {
596 TransitionValues startValues = unmatchedStart.get(startView);
601 unmatchedStart.remove(startView);
    [all...]
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentTransitionImpl.java 307 * Uses a breadth-first scheme to add startView and all of its children to views.
310 protected static void bfsAddViewChildren(final List<View> views, final View startView) {
312 if (containedBeforeIndex(views, startView, startIndex)) {
315 views.add(startView);
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd_vgpu10.c 258 uint32 startView,
277 cmd->startView = startView;
    [all...]
svga_cmd.h 365 uint32 startView,
  /frameworks/base/core/java/android/app/
FragmentTransition.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
StaggeredGridLayoutManager.java 412 final View startView = span.mViews.get(0);
413 final LayoutParams lp = span.getLayoutParams(startView);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h 226 uint32 startView;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]

Completed in 187 milliseconds