Example usage for android.widget PopupWindow.OnDismissListener interface-usage

List of usage examples for android.widget PopupWindow.OnDismissListener interface-usage

Introduction

In this page you can find the example usage for android.widget PopupWindow.OnDismissListener interface-usage.

Usage

From source file android.support.v7.view.menu.CascadingMenuPopup.java

/**
 * A popup for a menu which will allow multiple submenus to appear in a cascading fashion, side by
 * side.
 */
final class CascadingMenuPopup extends MenuPopup
        implements MenuPresenter, OnKeyListener, PopupWindow.OnDismissListener {

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.sonvp.tooltip.Tooltip.java

public class Tooltip implements ViewTreeObserver.OnPreDrawListener, View.OnClickListener, View.OnTouchListener,
        PopupWindow.OnDismissListener {

    private static final int SIZE_TOUCH = 5;

    private final PopupWindow popupWindow;

From source file io.github.douglasjunior.androidSimpleTooltip.SimpleTooltip.java

/**
 * <p class='pt'>Um tooltip que pode ser utilizado para exibio de dicas.</p>
 * <p class='en'>A tooltip that can be used to display tips on the screen.</p>
 *
 * @author Created by douglas on 05/05/16.
 * @see android.widget.PopupWindow

From source file com.alburivan.slickform.tooltip.SimpleTooltip.java

/**
 * <p class='pt'>Um tooltip que pode ser utilizado para exibio de dicas.</p>
 * <p class='en'>A tooltip that can be used to display tips on the screen.</p>
 *
 * @author Created by douglas on 05/05/16.
 * @see android.widget.PopupWindow