List of usage examples for android.widget RelativeLayout subclass-usage
From source file me.tylerbwong.pokebase.gui.views.MoveInfoView.java
/** * @author Tyler Wong */ public class MoveInfoView extends RelativeLayout { @BindView(R.id.type_label) TextView typeLabel;
From source file com.mtomczak.nausicaa.DockingView.java
/** * A view useful for aligning ships for docking. */ public class DockingView extends RelativeLayout implements TelemetryViewer { private static final float[] PITCH_IMAGE = { 70f, 220.5f, 83f, 214.5f, 96f, 201.5f, 101f, 188.5f, 281f, 188.5f, 315f, 140.5f, 330f, 140.5f, 315f, 186.5f, 307f, 195.5f, 324f, 192.5f, 324f, 213.5f, 306f, 208.5f, 314f,
From source file org.mozilla.gecko.OuterLayout.java
public class OuterLayout extends RelativeLayout { private final double AUTO_OPEN_SPEED_LIMIT = 800.0; private ViewDragHelper mDragHelper; private int mDraggingBorder; private int mDragRange; private boolean mIsOpen = false;
From source file com.ftinc.kit.widget.ScrimInsetsRelativeLayout.java
/** * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome * (status and navigation bars, overlay action bars). */ public class ScrimInsetsRelativeLayout extends RelativeLayout { private Drawable mInsetForeground;
From source file com.lpf.refreshpagelib.view.BGAMeiTuanRefreshView.java
/** * : :bingoogolapple@gmail.com * :15/11/14 ?12:16 * ??: */ public class BGAMeiTuanRefreshView extends RelativeLayout {
From source file me.sweetll.tucao.widget.ForegroundRelativeLayout.java
/** * An extension to {@link RelativeLayout} which has a foreground drawable. */ public class ForegroundRelativeLayout extends RelativeLayout { private Drawable foreground;
From source file org.opensilk.common.widget.FlingyFabLayout.java
/** * Created by drew on 10/14/14. */ public abstract class FlingyFabLayout extends RelativeLayout { protected enum Direction {
From source file com.amaze.filemanager.utils.ScrimInsetsFrameLayout.java
/**
* Created by Vishal on 02-03-2015.
*
* A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the area above UI chrome
* (status and navigation bars, overlay action bars).
*/
From source file org.opensilk.common.ui.widget.FlingyFabLayout.java
/** * Created by drew on 10/14/14. */ public abstract class FlingyFabLayout extends RelativeLayout { protected enum Direction {
From source file com.turingtechnologies.materialscrollbar.Indicator.java
public abstract class Indicator extends RelativeLayout { protected TextView textView; private Context context; public Indicator(Context context) {