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

  /frameworks/base/core/java/android/transition/
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...]
Fade.java 143 View startView = (startValues != null) ? startValues.view : null;
144 Log.d(LOG_TAG, "Fade.onAppear: startView, startVis, endView, endVis = " +
145 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 472 public GhostListener(View view, View startView, GhostView ghostView) {
474 mStartView = startView;
  /frameworks/support/v4/api21/android/support/v4/app/
FragmentTransitionCompat21.java 281 * Uses a breadth-first scheme to add startView and all of its children to views.
284 private static void bfsAddViewChildren(final List<View> views, final View startView) {
286 if (containedBeforeIndex(views, startView, startIndex)) {
289 views.add(startView);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 403 final View startView = span.mViews.get(0);
404 final LayoutParams lp = span.getLayoutParams(startView);
    [all...]
  /frameworks/base/core/java/android/app/
BackStackRecord.java     [all...]
  /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 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 570 milliseconds