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.wkswind.words.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 ua.org.gdg.devfest.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.odoo.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.
 */

From source file com.jcedar.sdahyoruba.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.aspsine.bluechat.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.meetingcpp.sched.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.axolotl.dota2traker.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.google.android.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 ng.com.jcedar.jambprep.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.chrisrenke.giv.GravityImageView.java

/**
 * A small {@link ImageView} variant that allows for {@code imageGravity} and {@code
 * imageScaleMode} to be defined for the image bitmap itself, instead of just the view relative to
 * its parent. Great for large "hero image" content.
 */
public class GravityImageView extends ImageView {