OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LabelView
(Results
1 - 4
of
4
) sorted by null
/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
);
/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
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStartIndicatorView.java
39
final
LabelView
labelView
= (
LabelView
)findViewById(R.id.setup_start_label);
40
labelView
.setIndicatorView(findViewById(R.id.setup_start_indicator));
43
public static final class
LabelView
extends TextView {
46
public
LabelView
(final Context context, final AttributeSet attrs) {
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
LabelView.java
30
* Example of how to write a custom subclass of View.
LabelView
35
public class
LabelView
extends View {
45
public
LabelView
(Context context) {
57
public
LabelView
(Context context, AttributeSet attrs) {
63
R.styleable.
LabelView
);
Completed in 269 milliseconds