Sony Addon SDK public class

AefTextView

This project is no longer being supported and will not get any further updates.
extends TextView
  1. java.lang.Object
  2. TextView
  3. com.sonyericsson.extras.liveware.extension.util.AefTextView

Class Overview

This extension of TextView renders text on a single line, and fades end if text does not fit. NOTE! This view only supports a single text line and only handles gravity left.

Summary

Public Constructors
AefTextView(Context context, AttributeSet attrs)
AefTextView(Context context, AttributeSet attrs, int defStyle)
Protected Methods
void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

Public Constructors

public AefTextView(Context context, AttributeSet attrs)

Parameters
context
attrs

public AefTextView(Context context, AttributeSet attrs, int defStyle)

Parameters
context
attrs
defStyle

Protected Methods

protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

Parameters
widthMeasureSpec
heightMeasureSpec