HomeSort by relevance Sort by last modified time
    Searched refs:LabelView (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
LabelView.java 32 * Example of how to write a custom subclass of View. LabelView
37 public class LabelView extends View {
47 public LabelView(Context context) {
59 public LabelView(Context context, AttributeSet attrs) {
64 R.styleable.LabelView);
  /frameworks/base/core/tests/coretests/src/android/widget/
LabelView.java 25 * Example of how to write a custom subclass of View. LabelView
30 public class LabelView extends View {
36 public LabelView(Context context) {
47 public LabelView(Context context, AttributeSet attrs) {
52 R.styleable.LabelView);
TextViewPerformanceTest.java 119 private class PerformanceLabelView extends LabelView {

Completed in 272 milliseconds