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

  /frameworks/base/core/java/android/transition/
Fade.java 131 View startView = (startValues != null) ? startValues.view : null;
132 Log.d(LOG_TAG, "Fade.onAppear: startView, startVis, endView, endVis = " +
133 startView + ", " + view);
Visibility.java 355 View startView = (startValues != null) ? startValues.view : null;
363 } else if (startView != null) {
364 // endView does not exist. Use startView only under certain
367 if (startView.getParent() == null) {
369 overlayView = startView;
370 } else if (startView.getParent() instanceof View) {
371 View startParent = (View) startView.getParent();
378 overlayView = TransitionUtils.copyViewImage(sceneRoot, startView,
386 // and it is safe to un-parent startView
387 overlayView = startView;
    [all...]
Transition.java 549 View startView = startItemIds.valueAt(i);
550 if (startView != null) {
553 TransitionValues startValues = unmatchedStart.get(startView);
558 unmatchedStart.remove(startView);
576 View startView = startIds.valueAt(i);
577 if (startView != null && isValidTarget(startView)) {
580 TransitionValues startValues = unmatchedStart.get(startView);
585 unmatchedStart.remove(startView);
603 View startView = startNames.valueAt(i)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterEditScrollListener.java 117 View startView = mScrollAdapterView.getItemView(mEditStartIndex);
118 if (startView != null && startView.getAlpha() != 0f) {
119 startView.setAlpha(0f);
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 203 milliseconds