Example usage for android.appwidget AppWidgetHostView subclass-usage

List of usage examples for android.appwidget AppWidgetHostView subclass-usage

Introduction

In this page you can find the example usage for android.appwidget AppWidgetHostView subclass-usage.

Usage

From source file com.kogitune.launcher3.LauncherAppWidgetHostView.java

/**
 * {@inheritDoc}
 */
public class LauncherAppWidgetHostView extends AppWidgetHostView implements TouchCompleteListener {
    private static final boolean EXPERIMENTAL = false;
    private CheckLongPressHelper mLongPressHelper;