Home
last modified time | relevance | path

Searched refs:LabelView (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupStartIndicatorView.java39 final LabelView labelView = (LabelView)findViewById(R.id.setup_start_label); in SetupStartIndicatorView()
43 public static final class LabelView extends TextView { class in SetupStartIndicatorView
46 public LabelView(final Context context, final AttributeSet attrs) { in LabelView() method in SetupStartIndicatorView.LabelView
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DLabelView.java30 public class LabelView extends View { class
36 public LabelView(Context context) { in LabelView() method in LabelView
H A DTextViewPerformanceTest.java129 private class PerformanceLabelView extends LabelView {