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

  /frameworks/base/core/java/android/transition/
Slide.java 57 View startView = (startValues != null) ? startValues.view : null;
58 startView.setTranslationY(0);
59 ObjectAnimator anim = ObjectAnimator.ofFloat(startView, View.TRANSLATION_Y, 0,
60 -2 * startView.getHeight());
Visibility.java 161 View startView = startValues != null ? startValues.view : null;
163 int startId = startView != null ? startView.getId() : -1;
165 isTarget = isValidTarget(startView, startId) || isValidTarget(endView, endId);
Fade.java 144 View startView = (startValues != null) ? startValues.view : null;
145 Log.d(LOG_TAG, "Fade.onAppear: startView, startVis, endView, endVis = " +
146 startView + ", " + startVisibility + ", " + endView + ", " + endVisibility);
189 View startView = (startValues != null) ? startValues.view : null;
192 Log.d(LOG_TAG, "Fade.onDisappear: startView, startVis, endView, endVis = " +
193 startView + ", " + startVisibility + ", " + endView + ", " + endVisibility);
201 } else if (startView != null) {
202 // endView does not exist. Use startView only under certain
205 if (startView.getParent() == null) {
207 view = overlayView = startView;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 45 milliseconds