Example usage for android.view.animation Animation.AnimationListener interface-usage

List of usage examples for android.view.animation Animation.AnimationListener interface-usage

Introduction

In this page you can find the example usage for android.view.animation Animation.AnimationListener interface-usage.

Usage

From source file ua.com.spasetv.testintuitions.FragExerciseThree.java

/**
 * Created by Roman Turas on 24/12/2015.
 * Fragment Exercise Three.
 */

public class FragExerciseThree extends Fragment

From source file ua.com.spasetv.testintuitions.FragExerciseTwo.java

public class FragExerciseTwo extends Fragment
        implements StaticFields, View.OnTouchListener, Animation.AnimationListener {

    private MainActivity mainActivity;
    private DataBaseHelper dataBaseHelper;
    private ContentValues contentValues;

From source file com.z299studio.pb.MainListFragment.java

public class MainListFragment extends Fragment
        implements AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener,
        MainListAdapter.OnListItemCheckListener, Animation.AnimationListener, View.OnClickListener {

    private ItemFragmentListener mListener;
    private ListView mListView;

From source file com.sunho.nating.fragments.DetailUnivFragment.java

public class DetailUnivFragment extends Fragment implements Animation.AnimationListener {

    private static final String TAG = "DetailFragment";

    private static final String ARG_RESOURCE_ID = "resource_id";
    private static final String ARG_TITLE = "title";

From source file com.sunho.nating.fragments.DetailPlaceFragment.java

public class DetailPlaceFragment extends Fragment implements Animation.AnimationListener {

    private static final String TAG = "DetailFragment";

    private static final String ARG_RESOURCE_ID = "resource_id";
    private static final String ARG_TITLE = "title";

From source file com.vuze.android.remote.fragment.TorrentListFragment.java

/**
 * Handles a ListView that shows Torrents
 */
public class TorrentListFragment extends Fragment
        implements TorrentListReceivedListener, FilterByDialogListener, SortByDialogListener, SessionInfoListener,
        ActionModeBeingReplacedListener, TagListReceivedListener, Animation.AnimationListener, View.OnKeyListener,