Example usage for android.widget AbsoluteLayout.LayoutParams subclass-usage

List of usage examples for android.widget AbsoluteLayout.LayoutParams subclass-usage

Introduction

In this page you can find the example usage for android.widget AbsoluteLayout.LayoutParams subclass-usage.

Usage

From source file org.mozilla.gecko.GeckoApp.java

class PluginLayoutParams extends AbsoluteLayout.LayoutParams {
    private static final int MAX_DIMENSION = 2048;
    private static final String LOGTAG = "GeckoApp.PluginLayoutParams";

    private int mOriginalX;
    private int mOriginalY;