List of usage examples for android.widget ImageView subclass-usage
From source file com.razza.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.phy0312.shopassistant.view.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 s3xy.de.android_lsamples.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 sg.fxl.topeka.widget.AvatarView.java
/** * A simple view that wraps an avatar. */ public class AvatarView extends ImageView implements Checkable { private boolean mChecked;
From source file com.jamongstreet.nonamed.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.jcedar.visibook.lautech.ui.view.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 com.mikepenz.iconics.view.IconicsImageView.java
public class IconicsImageView extends ImageView { private IconicsDrawable mIcon = null; @ColorInt private int mColor = 0; private int mSize = -1;
From source file com.saiff35.iowidgets.widget.imageview.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 google.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 zhaofeng.wechathelper.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 {