List of usage examples for android.view ViewTreeObserver.OnGlobalLayoutListener interface-usage
From source file io.imoji.sdk.editor.fragment.ImojiEditorFragment.java
/** * A simple {@link Fragment} subclass. */ public class ImojiEditorFragment extends Fragment implements ViewTreeObserver.OnGlobalLayoutListener { public static final String FRAGMENT_TAG = ImojiEditorFragment.class.getSimpleName(); public static final String EDITOR_STATE_BUNDLE_ARG_KEY = "EDITOR_STATE_BUNDLE_ARG_KEY";
From source file com.tiancaicc.springfloatingactionmenu.SpringFloatingActionMenu.java
/**
* Copyright (C) 2016 tiancaiCC
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
From source file com.actionbarsherlock.internal.view.menu.MenuPopupHelper.java
/** * Presents a menu as a small, simple popup anchored to another view. * @hide */ public class MenuPopupHelper implements AdapterView.OnItemClickListener, View.OnKeyListener, ViewTreeObserver.OnGlobalLayoutListener,
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 {
From source file com.guodong.sun.guodong.widget.ZoomImageView.java
/** * 2d?ImageView * ?:ScaleType==CENTER_CROPImageView??ScaleType= * FIT_CENTERImageView?? (?) */ public class ZoomImageView extends ImageView implements ScaleGestureDetector.OnScaleGestureListener,
From source file com.app.blockydemo.ui.fragment.FormulaEditorFragment.java
public class FormulaEditorFragment extends Fragment implements OnKeyListener, ViewTreeObserver.OnGlobalLayoutListener { private static final int PARSER_OK = -1; private static final int PARSER_STACK_OVERFLOW = -2; private static final int PARSER_INPUT_SYNTAX_ERROR = -3;
From source file org.zywx.wbpalmstar.plugin.inputtextfieldview.ACEInputTextFieldView.java
@SuppressLint("NewApi") public class ACEInputTextFieldView extends LinearLayout implements OnPageChangeListener, OnClickListener, ViewTreeObserver.OnGlobalLayoutListener { private String TAG = "ACEInputTextFieldView"; private EUExInputTextFieldView mUexBaseObj;
From source file com.yanzhenjie.album.widget.PhotoViewAttacher.java
public class PhotoViewAttacher implements IPhotoView, View.OnTouchListener, OnGestureListener, ViewTreeObserver.OnGlobalLayoutListener { private Interpolator mInterpolator = new AccelerateDecelerateInterpolator(); int ZOOM_DURATION = DEFAULT_ZOOM_DURATION;