List of usage examples for android.view View.OnAttachStateChangeListener interface-usage
From source file forpdateam.ru.forpda.ui.views.InkPageIndicator.java
/** * Created by David Pacioianu on 11/11/15. */ public class InkPageIndicator extends View implements ViewPager.OnPageChangeListener, View.OnAttachStateChangeListener {
From source file com.xelitexirish.scammerbingo.ui.widget.InkPageIndicator.java
public class InkPageIndicator extends View implements ViewPager.OnPageChangeListener, View.OnAttachStateChangeListener { // defaults private static final int DEFAULT_DOT_SIZE = 8; // dp private static final int DEFAULT_GAP = 12; // dp
From source file org.indonesiax.mobile.view.custom.popup.menu.MenuPopupHelper.java
/** * Presents a menu as a small, simple popup anchored to another view. */ class MenuPopupHelper implements AdapterView.OnItemClickListener, View.OnKeyListener, ViewTreeObserver.OnGlobalLayoutListener, PopupWindow.OnDismissListener, View.OnAttachStateChangeListener, MenuPresenter {
From source file com.nile.kmooc.view.custom.popup.menu.MenuPopupHelper.java
/** * Presents a menu as a small, simple popup anchored to another view. */ class MenuPopupHelper implements AdapterView.OnItemClickListener, View.OnKeyListener, ViewTreeObserver.OnGlobalLayoutListener, PopupWindow.OnDismissListener, View.OnAttachStateChangeListener, MenuPresenter {
From source file org.edx.mobile.view.custom.popup.menu.MenuPopupHelper.java
/** * Presents a menu as a small, simple popup anchored to another view. */ class MenuPopupHelper implements AdapterView.OnItemClickListener, View.OnKeyListener, ViewTreeObserver.OnGlobalLayoutListener, PopupWindow.OnDismissListener, View.OnAttachStateChangeListener, MenuPresenter {