List of usage examples for android.widget RelativeLayout subclass-usage
From source file fm.feed.android.playersdk.view.PlayerView.java
/**
* The MIT License (MIT)
* <p/>
* Copyright (c) 2014 Feed Media, Inc
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
From source file com.tienpx.videodrag.DraggableView.java
/** * @author tienpx */ public class DraggableView extends RelativeLayout { private static final int DEFAULT_SCALE_FACTOR = 2;
From source file org.odk.collect.android.views.MediaLayout.java
/**
* This layout is used anywhere we can have image/audio/video/text. TODO: It would probably be nice
* to put this in a layout.xml file of some sort at some point.
*
* @author carlhartung
*/
From source file com.plugin.weight.ripple.RippleLayoutView.java
/**
* RippleView custom layout
* <p>
* Custom Layout that allows to use Ripple UI pattern above API 21
*
* @author Chutaux Robin
From source file sun.bo.lin.draggable.DraggableView.java
/** * Class created to extends a ViewGroup and simulate the YoutubeLayoutComponent * * @author Pedro Vicente Gmez Snchez */ public class DraggableView extends RelativeLayout {
From source file com.albedinsky.android.support.ui.widget.RelativeLayoutWidget.java
/**
* Extended version of {@link android.widget.RelativeLayout}.
*
* <h3>Tinting</h3>
* <b>Tinting of the background is supported by this widget for the versions below LOLLIPOP.</b>
*
From source file com.devbrackets.android.exomedia.DefaultControls.java
/** * This is a simple abstraction for the EMVideoView to have a single "View" to add * or remove for the Default Video Controls. */ public class DefaultControls extends RelativeLayout { private static final long CONTROL_VISIBILITY_ANIMATION_LENGTH = 300;
From source file com.dl7.listclickfeedback.RippleView.java
/**
* RippleView custom layout
* <p>
* Custom Layout that allows to use Ripple UI pattern above API 21
*
* @author Chutaux Robin
From source file com.github.crvv.wubinput.wubi.dictionary.suggestions.SuggestionStripView.java
public final class SuggestionStripView extends RelativeLayout implements OnClickListener, OnLongClickListener { public interface Listener { void pickSuggestionManually(SuggestedWordInfo word); void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat); }
From source file io.imoji.sdk.grid.ui.ResultView.java
/** * Created by engind on 5/2/16. */ public class ResultView extends RelativeLayout { @IntDef({ LARGE, SMALL })