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

  /frameworks/base/core/java/android/transition/
Fade.java 145 View startView = (startValues != null) ? startValues.view : null;
146 Log.d(LOG_TAG, "Fade.onAppear: startView, startVis, endView, endVis = " +
147 startView + ", " + view);
Visibility.java 357 View startView = (startValues != null) ? startValues.view : null;
365 } else if (startView != null) {
366 // endView does not exist. Use startView only under certain
369 if (startView.getParent() == null) {
371 overlayView = startView;
372 } else if (startView.getParent() instanceof View) {
373 View startParent = (View) startView.getParent();
380 overlayView = TransitionUtils.copyViewImage(sceneRoot, startView,
388 // and it is safe to un-parent startView
389 overlayView = startView;
    [all...]
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...]
  /frameworks/support/transition/src/android/support/transition/
Fade.java 147 View startView = (startValues != null) ? startValues.view : null;
148 Log.d(LOG_TAG, "Fade.onAppear: startView, startVis, endView, endVis = "
149 + startView + ", " + view);
Visibility.java 336 View startView = (startValues != null) ? startValues.view : null;
344 } else if (startView != null) {
345 // endView does not exist. Use startView only under certain
348 if (startView.getParent() == null) {
350 overlayView = startView;
351 } else if (startView.getParent() instanceof View) {
352 View startParent = (View) startView.getParent();
359 overlayView = TransitionUtils.copyViewImage(sceneRoot, startView,
367 // and it is safe to un-parent startView
368 overlayView = startView;
    [all...]
Transition.java 564 View startView = startItemIds.valueAt(i);
565 if (startView != null && isValidTarget(startView)) {
568 TransitionValues startValues = unmatchedStart.get(startView);
573 unmatchedStart.remove(startView);
591 View startView = startIds.valueAt(i);
592 if (startView != null && isValidTarget(startView)) {
595 TransitionValues startValues = unmatchedStart.get(startView);
600 unmatchedStart.remove(startView);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h 226 uint32 startView;
    [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/sdk/current/support/fragment/
android-support-fragment.jar 

Completed in 192 milliseconds