List of usage examples for android.widget TextView subclass-usage
From source file com.ashlikun.badgeview.BadgeView.java
public class BadgeView extends TextView { private boolean mHideOnNull = true; private int radius = 9; private int bvColor = Color.RED;
From source file com.microsoft.mimickeralarm.mimics.MimicStateBanner.java
/**
* UI class to draw the top banner in Mimics to display the state of the game (failure, success,
* timeout)
*
* animation is defined in game_success_animator.xml
*
From source file com.example.ray.firstapp.bottombar.BottomBarBadge.java
public class BottomBarBadge extends TextView { private int count; private boolean isVisible = false; private long animationDuration = 150; private boolean autoShowAfterUnSelection = false;
From source file com.cooltechworks.views.ScratchTextView.java
/** * Created by Harish on 25/03/16. */ public class ScratchTextView extends TextView { public interface IRevealListener {
From source file com.harlan.jxust.ui.view.bottombar.BottomBarBadge.java
public class BottomBarBadge extends TextView { private int count; private boolean isVisible = false; private long animationDuration = 150; private boolean autoShowAfterUnSelection = false;
From source file com.example.scratchview.ScratchTextView.java
/** * Created by Harish on 25/03/16. */ public class ScratchTextView extends TextView { public interface IRevealListener {
From source file ru.ifmo.android_2016.irc.drawee.DraweeTextView.java
/** * Like {@link com.facebook.drawee.view.DraweeView} that displays drawables but surrounded with text. * * @author yrom */ public class DraweeTextView extends TextView {
From source file org.connectbot.util.TerminalTextViewOverlay.java
/**
* Custom TextView {@link TextView} which is intended to (invisibly) be on top of the TerminalView
* (@link TerminalView) in order to allow the user to select and copy the text of the bitmap below.
*
* @author rhansby
*/
From source file com.amazon.android.ui.widget.EllipsizedTextView.java
/** * This view is used to display text that will be too long to fit in the available space. The * text becomes focusable in the navigation and clicking on the text will open a dialog that * allows the user to read the full text. */ @SuppressLint("WrongCall")
From source file com.tr4android.support.extension.widget.LabelView.java
/** * A TextView subclass that supports elevation and touch feedback pre-Lollipop * and has easy-to-use animations */ public class LabelView extends TextView { private static final int SHOW_HIDE_ANIM_DURATION = 200;