Example usage for android.view ViewTreeObserver.OnGlobalLayoutListener interface-usage

List of usage examples for android.view ViewTreeObserver.OnGlobalLayoutListener interface-usage

Introduction

In this page you can find the example usage for android.view ViewTreeObserver.OnGlobalLayoutListener interface-usage.

Usage

From source file com.zirkler.czannotationviewsample.AnnotationView.PhotoViewAttacher.java

public class PhotoViewAttacher
        implements IPhotoView, View.OnTouchListener, OnGestureListener, ViewTreeObserver.OnGlobalLayoutListener {

    static final int EDGE_NONE = -1;
    static final int EDGE_LEFT = 0;
    static final int EDGE_RIGHT = 1;

From source file com.ycl.framework.photoview.PhotoViewAttacher.java

public class PhotoViewAttacher implements IPhotoView, View.OnTouchListener,
        com.ycl.framework.photoview.gestures.OnGestureListener, ViewTreeObserver.OnGlobalLayoutListener {

    private static final String LOG_TAG = "PhotoViewAttacher";

    // let debug flag be dynamic, but still Proguard can be used to remove from

From source file com.example.asus.paishow.photoView.PhotoViewAttacher.java

public class PhotoViewAttacher
        implements IPhotoView, View.OnTouchListener, OnGestureListener, ViewTreeObserver.OnGlobalLayoutListener {

    private static final String LOG_TAG = "PhotoViewAttacher";

    // let debug flag be dynamic, but still Proguard can be used to remove from

From source file org.zywx.wbpalmstar.plugin.chatkeyboard.ACEChatKeyboardView.java

@SuppressLint("NewApi")
public class ACEChatKeyboardView extends LinearLayout implements OnPageChangeListener, TextWatcher, OnClickListener,
        OnTouchListener, ViewTreeObserver.OnGlobalLayoutListener {

    private String TAG = "ACEChatKeyboardView";
    private EUExChatKeyboard mUexBaseObj;

From source file com.glview.widget.AbsListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector

From source file com.appunite.list.AbsHorizontalListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector

From source file com.example.libwidgettv.bak.AbsListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list
 * does not have a spatial definition here. For instance, subclases of this
 * class can display the content of the list in a grid, in a carousel, as stack,
 * etc.
 * 

From source file com.example.libwidgettv.view.AbsListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list
 * does not have a spatial definition here. For instance, subclases of this
 * class can display the content of the list in a grid, in a carousel, as stack,
 * etc.
 * 

From source file com.appunite.list.AbsListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector

From source file com.common.widget.hzlib.AbsHorizontalListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector