Example usage for android.widget ImageView subclass-usage

List of usage examples for android.widget ImageView subclass-usage

Introduction

In this page you can find the example usage for android.widget ImageView subclass-usage.

Usage

From source file com.hufeiya.SignIn.widget.AvatarView.java

/**
 * A simple view that wraps an avatar.
 */
public class AvatarView extends ImageView implements Checkable {

    private boolean mChecked;

From source file com.cotrol.j_yangbo.android_common.views.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 org.cnodejs.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 ca.zadrox.dota2esportticker.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.ptapp.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 me.ele.mars.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.
 */

From source file cl.monsoon.s1next.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.
 * <p>
 * Forked from https://github.com/google/iosched/blob/0a90bf8e6b90e9226f8c15b34eb7b1e4bf6d632e/android/src/main/java/com/google/samples/apps/iosched/ui/widget/BezelImageView.java

From source file com.conferenceengineer.android.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.loopeer.android.apps.startuptools.ui.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 com.geaden.android.hackernewsreader.app.util.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 {