List of usage examples for android.widget FrameLayout subclass-usage
From source file com.ericyl.utils.ui.widget.translucent.ScrimInsetsFrameLayout.java
/** * @hide */ @RestrictTo(LIBRARY_GROUP) public class ScrimInsetsFrameLayout extends FrameLayout {
From source file android.support.v7ox.widget.ContentFrameLayout.java
/** * @hide */ public class ContentFrameLayout extends FrameLayout { public interface OnAttachListener {
From source file com.nightlynexus.dire.widget.ScrimInsetsFrameLayout.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 ScrimInsetsFrameLayout extends FrameLayout {
From source file com.miz.views.ScrimInsetsFrameLayout.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 ScrimInsetsFrameLayout extends FrameLayout { private Drawable mInsetForeground;
From source file org.telegram.ui.Cells.UserControlCell.java
public class UserControlCell extends FrameLayout { private static final int RIGHT_MARGIN = 100; private BackupImageView avatarImageView; private TextView nameTextView; private TextView messageTextView; private ImageView imageView;
From source file com.berniesanders.fieldthebern.views.LearnView.java
public class LearnView extends FrameLayout {
@Bind(R.id.viewpager)
ViewPager viewPager;
@Bind(R.id.circleIndicator)
CircleIndicator circleIndicator;
From source file com.nextgis.maplibui.formcontrol.Space.java
public class Space extends FrameLayout implements IFormControl { public Space(Context context) { super(context); } public Space(Context context, AttributeSet attrs) {
From source file com.canyinghao.canrefresh.classic.RotateRefreshView.java
public class RotateRefreshView extends FrameLayout implements CanRefresh { private final int ROTATION_ANIMATION_DURATION = 1200; private final Animation mRotateAnimation;
From source file com.grarak.kerneladiutor.views.BorderCircleView.java
public class BorderCircleView extends FrameLayout { public static final SparseArray<String> sAccentColors = new SparseArray<>(); static { sAccentColors.put(R.color.red_accent, "red_accent");
From source file com.baitouwei.swiperefresh.internal.SwipeView.java
/** * @author baitouwei */ public abstract class SwipeView extends FrameLayout { private Config config = new Config();