List of usage examples for android.widget ImageView subclass-usage
From source file util.android.widget.BezelImageView.java
/** * An {@link android.widget.ImageView} that draws its contents inside a mask and draws a border * drawable on top. This is useful for applying a beveled look to image contents, but is also * flexible enough for use with other desired aesthetics. */ public class BezelImageView extends ImageView {
From source file djandroid.com.androiddesignsample.BezelImageView.java
/** * An {@link android.widget.ImageView} that draws its contents inside a mask and draws a border * drawable on top. This is useful for applying a beveled look to image contents, but is also * flexible enough for use with other desired aesthetics. */ public class BezelImageView extends ImageView {
From source file com.mdareports.ui.general.BezelImageView.java
/** * An {@link android.widget.ImageView} that draws its contents inside a mask and draws a border * drawable on top. This is useful for applying a beveled look to image contents, but is also * flexible enough for use with other desired aesthetics. */ public class BezelImageView extends ImageView {
From source file org.goodev.discourse.widget.BezelImageView.java
/** * An {@link android.widget.ImageView} that draws its contents inside a mask and draws a border drawable on top. This is useful for applying * a beveled look to image contents, but is also flexible enough for use with other desired aesthetics. */ public class BezelImageView extends ImageView { private final Paint mBlackPaint;
From source file com.google.samples.apps.abelana.BezelImageView.java
/**
* An {@link android.widget.ImageView} that draws its contents inside a mask and draws a border
* drawable on top. This is useful for applying a beveled look to image contents, but is also
* flexible enough for use with other desired aesthetics.
*
* Taken from the Google I/O 2014 app - see
From source file com.saarang.samples.apps.iosched.ui.widget.BezelImageView.java
/** * An {@link android.widget.ImageView} that draws its contents inside a mask and draws a border * drawable on top. This is useful for applying a beveled look to image contents, but is also * flexible enough for use with other desired aesthetics. */ public class BezelImageView extends ImageView {
From source file com.zuzhili.ui.views.BezelImageView.java
/** * An {@link android.widget.ImageView} that draws its contents inside a mask and draws a border * drawable on top. This is useful for applying a beveled look to image contents, but is also * flexible enough for use with other desired aesthetics. */ public class BezelImageView extends ImageView {
From source file app.geochat.ui.widgets.BezelImageView.java
/** * An {@link ImageView} that draws its contents inside a mask and draws a border * drawable on top. This is useful for applying a beveled look to image contents, but is also * flexible enough for use with other desired aesthetics. */ public class BezelImageView extends ImageView {
From source file io.intue.kamu.widget.BezelImageView.java
/** * An {@link android.widget.ImageView} that draws its contents inside a mask and draws a border * drawable on top. This is useful for applying a beveled look to image contents, but is also * flexible enough for use with other desired aesthetics. */ public class BezelImageView extends ImageView {
From source file com.zcolin.gui.zrecyclerview.swiperefreshlayout.CircleImageView.java
/** * Private class created to work around issues with AnimationListeners being * called before the animation is actually complete and support shadows on older * platforms. */ class CircleImageView extends ImageView {