OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textView
(Results
101 - 106
of
106
) sorted by null
1
2
3
4
5
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java
45
import android.widget.
TextView
;
336
TextView
textView
= (
TextView
) view.findViewById(R.id.item_text);
337
textView
.setText(getString(R.string.item, key, value));
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java
45
import android.widget.
TextView
;
336
TextView
textView
= (
TextView
) view.findViewById(R.id.item_text);
337
textView
.setText(getString(R.string.item, key, value));
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java
39
import android.widget.
TextView
;
486
TextView
textView
= (
TextView
) view;
487
textView
.setText(mLabel);
495
private
TextView
mContentView;
508
TextView
textView
= (
TextView
) view.findViewById(R.id.label);
509
textView
.setText(mLabel)
[
all
...]
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java
45
import android.widget.
TextView
;
336
TextView
textView
= (
TextView
) view.findViewById(R.id.item_text);
337
textView
.setText(getString(R.string.item, key, value));
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java
[
all
...]
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
Camera2BasicFragment.java
62
import android.widget.
TextView
;
90
private
TextView
textView
;
248
textView
.setText(builder,
TextView
.BufferType.SPANNABLE);
397
textView
= (
TextView
) view.findViewById(R.id.text);
Completed in 755 milliseconds
1
2
3
4
5