Example usage for android.support.v4.app SharedElementCallback subclass-usage

List of usage examples for android.support.v4.app SharedElementCallback subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.app SharedElementCallback subclass-usage.

Usage

From source file com.andremion.heroes.ui.util.PagerSharedElementCallback.java

/**
 * Some hacks pulled from https://github.com/andremion/android-unsplash
 */
public class PagerSharedElementCallback extends SharedElementCallback {

    private final List<View> mSharedElementViews;

From source file com.andremion.louvre.util.transition.MediaSharedElementCallback.java

/**
 * Some hacks pulled from https://github.com/andremion/android-unsplash
 */
public class MediaSharedElementCallback extends SharedElementCallback {

    private final List<View> mSharedElementViews;

From source file com.agenthun.readingroutine.utils.TextSharedElementCallback.java

/**
 * This callback allows a shared TextView to resize text and start padding during transition.
 */
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class TextSharedElementCallback extends SharedElementCallback {

From source file sg.fxl.topeka.widget.TextSharedElementCallback.java

/**
 * This callback allows a shared TextView to resize text and start padding during transition.
 */
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class TextSharedElementCallback extends SharedElementCallback {

From source file com.hufeiya.SignIn.widget.TextSharedElementCallback.java

/**
 * This callback allows a shared TextView to resize text and start padding during transition.
 */
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class TextSharedElementCallback extends SharedElementCallback {

From source file ir.isilearning.lmsapp.widget.TextSharedElementCallback.java

/**
 * This callback allows a shared TextView to resize text and start padding during transition.
 */
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class TextSharedElementCallback extends SharedElementCallback {

From source file com.google.samples.apps.topeka.widget.TextSharedElementCallback.java

/**
 * This callback allows a shared TextView to resize text and start padding during transition.
 */
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class TextSharedElementCallback extends SharedElementCallback {

From source file android.support.v17.leanback.widget.PTVDetailsOverviewSharedElementHelper.java

final class PTVDetailsOverviewSharedElementHelper extends SharedElementCallback {

    private static final String TAG = "PTVDetOverviewSharedElH";
    private static final boolean DEBUG = false;

    private ViewHolder mViewHolder;

From source file android.support.v17.leanback.widget.DetailsOverviewSharedElementHelper.java

final class DetailsOverviewSharedElementHelper extends SharedElementCallback {

    private static final String TAG = "DetailsOverviewSharedElementHelper";
    private static final boolean DEBUG = false;

    private ViewHolder mViewHolder;

From source file com.rbware.github.androidcouchpotato.widget.DetailsOverviewSharedElementHelper.java

final class DetailsOverviewSharedElementHelper extends SharedElementCallback {

    static final String TAG = "DetailsOverviewSharedElementHelper";
    static final boolean DEBUG = false;

    ViewHolder mViewHolder;