List of usage examples for android.widget RelativeLayout subclass-usage
From source file com.app.sample.chatting.widget.KJChatKeyboard.java
/** * ? * * @author kymjs (http://www.kymjs.com/) */ public class KJChatKeyboard extends RelativeLayout implements SoftKeyboardStateHelper.SoftKeyboardStateListener {
From source file com.stfalcon.frescoimageviewer.ImageViewerView.java
public class ImageViewerView extends RelativeLayout implements OnDismissListener, SwipeToDismissListener.OnViewMoveListener { private View backgroundView; private MultiTouchViewPager pager; private ImageViewerAdapter adapter;
From source file com.freshdigitable.udonroad.UserInfoView.java
/** * User information ViewGroup * * Created by akihit on 2016/06/03. */ public class UserInfoView extends RelativeLayout {
From source file edu.htl3r.schoolplanner.gui.timetable.ViewPagerIndicator.java
/**
* An small bar indicating the title of the previous,
* current and next page to be shown in a ViewPager.
* Made to resemble the indicator in the Google+ application
* in function.
*
From source file com.truizlop.fabreveallayout.FABRevealLayout.java
public class FABRevealLayout extends RelativeLayout { private static final int MAX_CHILD_VIEWS = 2; private static final int FAB_SIZE = 48; private static final int ANIMATION_DURATION = 500; private final Interpolator INTERPOLATOR = new FastOutSlowInInterpolator();
From source file dhbk.android.spotifygcs.ui.fab.FABRevealLayout.java
public class FABRevealLayout extends RelativeLayout { private static final int MAX_CHILD_VIEWS = 2; private static final int FAB_SIZE = 48; private static final int ANIMATION_DURATION = 500; private final Interpolator INTERPOLATOR = new FastOutSlowInInterpolator();
From source file zkhaider.com.cooleaf.ui.fabreveallayout.FABRevealLayout.java
public class FABRevealLayout extends RelativeLayout { private static final int MAX_CHILD_VIEWS = 2; private static final int FAB_SIZE = 48; private static final int ANIMATION_DURATION = 500; private final Interpolator INTERPOLATOR = new FastOutSlowInInterpolator();
From source file com.karthikb351.vitinfo2.customwidget.ScheduleView.java
public class ScheduleView extends RelativeLayout { private TimeLineView timeLineView; private TextView tvTime; private TextView tvTimeAMPM;
From source file com.freshdigitable.udonroad.StatusViewBase.java
/** * StatusViewBase defines how to bind Status and StatusView. * * Created by akihit on 2016/06/28. */ public abstract class StatusViewBase extends RelativeLayout {
From source file com.angelatech.yeyelive.view.PeriscopeLayout.java
public class PeriscopeLayout extends RelativeLayout { private Interpolator line = new LinearInterpolator();// private Interpolator acc = new AccelerateInterpolator();// private Interpolator dce = new DecelerateInterpolator();//? private Interpolator accdec = new AccelerateDecelerateInterpolator();//?? private Interpolator[] interpolators;