List of usage examples for android.widget FrameLayout subclass-usage
From source file com.leap.mini.widget.pullrefresh.base.layout.FlingLayout.java
public class FlingLayout extends FrameLayout implements NestedScrollingChild, NestedScrollingParent { private NestedScrollingParentHelper mParentHelper; private NestedScrollingChildHelper mChildHelper; public final static int SCROLL_STATE_IDLE = 0; public final static int SCROLL_STATE_TOUCH_SCROLL = 1;
From source file com.artemchep.horario.ui.widgets.ContainersLayout.java
/** * @author Artem Chepurnoy */ public class ContainersLayout extends FrameLayout { public static final int ANIM_DURATION = 250;
From source file com.google.samples.apps.topeka.widget.quiz.AbsQuizView.java
/**
* This is the base class for displaying a {@link com.google.samples.apps.topeka.model.quiz.Quiz}.
* <p>
* Subclasses need to implement {@link AbsQuizView#createQuizContentView()}
* in order to allow solution of a quiz.
* </p>
From source file com.example.fansonlib.widget.calendar.CalendarView.java
/** * */ @SuppressWarnings("unused") public class CalendarView extends FrameLayout { private WrapViewPager mViewPager;
From source file at.jclehner.rxdroid.DoseView.java
/**
* A class for displaying dose information.
*
*
*
* @author Joseph Lehner
From source file com.mg.axe.androiddevelop.view.SearchViewLayout.java
public class SearchViewLayout extends FrameLayout { public static int ANIMATION_DURATION = 1500; private static final String LOG_TAG = SearchViewLayout.class.getSimpleName(); private boolean mIsExpanded = false;
From source file com.amitupadhyay.aboutexample.ui.widget.CollapsingTitleLayout.java
/**
* A layout that draws a title and can collapse down to a condensed size. If the title shows over
* multiple lines then it will fade out line by line as it collapses. If the title is a single
* line then text is initially displayed as large as possible and then scaled down to fit the within
* the collapsed size.
*/
From source file com.jlabs.peepaid.searchviewlay.SearchViewLayout.java
public class SearchViewLayout extends FrameLayout { public static int ANIMATION_DURATION = 1500; private static final String LOG_TAG = SearchViewLayout.class.getSimpleName(); private boolean mIsExpanded = false;
From source file com.h6ah4i.android.materialshadowninepatch.MaterialShadowContainerView.java
public class MaterialShadowContainerView extends FrameLayout { private static final String TAG = "ShadowContainerView"; private static final float SPOT_SHADOW_X_TRANSLATION_AMOUNT_COEFFICIENT = 0.0002f; private static final float SPOT_SHADOW_Y_TRANSLATION_AMOUNT_COEFFICIENT = 0.002f; private static final float NON_POSITION_AWARE_SPOT_SHADOW_Y_TRANSLATION_AMOUNT_COEFFICIENT = 0.2f;
From source file com.astuetz.PagerSlidingTabStripMenu.java
/** * ?, ?Tab weight1. ?Tab??, pstsIconPositionpstsTabDrawablePadding * * created by jameson.hua at 2015/1/5 23:00 */ public class PagerSlidingTabStripMenu extends FrameLayout {