OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textview
(Results
501 - 525
of
5405
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/res/layout/
listitem_scanresult.xml
28
<
TextView
android:id="@+id/device_name"
33
<
TextView
android:id="@+id/device_address"
37
<
TextView
android:id="@+id/last_seen"
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java
23
import android.widget.
TextView
;
34
TextView
label = (
TextView
) findViewById(R.id.label);
OpenGLWatchFaceConfigActivity.java
23
import android.widget.
TextView
;
39
TextView
label = (
TextView
) findViewById(R.id.label);
/development/ndk/samples/two-libs/src/com/example/twolibs/
TwoLibs.java
19
import android.widget.
TextView
;
30
TextView
tv = new
TextView
(this);
/development/samples/ApiDemos/res/layout/
autocomplete_4.xml
22
<
TextView
32
<
TextView
44
<
TextView
launcher_shortcuts.xml
25
<
TextView
32
<
TextView
36
<
TextView
android:id="@+id/txt_shortcut_intent"
resources.xml
29
<
TextView
37
<
TextView
45
<
TextView
tabs1.xml
21
<
TextView
android:id="@+id/view1"
27
<
TextView
android:id="@+id/view2"
33
<
TextView
android:id="@+id/view3"
/development/samples/ApiDemos/src/com/example/android/apis/nfc/
TechFilter.java
25
import android.widget.
TextView
;
28
private
TextView
mText;
36
mText = (
TextView
) findViewById(R.id.text);
/development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs5.java
25
import android.widget.
TextView
;
50
final
TextView
tv = new
TextView
(this);
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
PeerActivity.java
25
import android.widget.
TextView
;
39
TextView
tv = (
TextView
) findViewById(R.id.peer_counter);
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/
InviteContactActivity.java
22
import android.widget.
TextView
;
31
private
TextView
mUriTextView;
38
mUriTextView = (
TextView
) findViewById(R.id.invite_contact_uri);
ViewGroupActivity.java
22
import android.widget.
TextView
;
31
private
TextView
mUriTextView;
38
mUriTextView = (
TextView
) findViewById(R.id.view_group_uri);
/development/samples/SimpleJNI/src/com/example/android/simplejni/
SimpleJNI.java
21
import android.widget.
TextView
;
28
TextView
tv = new
TextView
(this);
/development/samples/SupportLeanbackDemos/res/layout/
guidedstep_second_guidance.xml
33
<
TextView
37
<
TextView
41
<
TextView
/development/samples/browseable/BluetoothAdvertisements/res/layout/
listitem_scanresult.xml
28
<
TextView
android:id="@+id/device_name"
33
<
TextView
android:id="@+id/device_address"
37
<
TextView
android:id="@+id/last_seen"
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
AnalogAndCardBoundsWatchFaceConfigActivity.java
23
import android.widget.
TextView
;
34
TextView
label = (
TextView
) findViewById(R.id.label);
OpenGLWatchFaceConfigActivity.java
23
import android.widget.
TextView
;
39
TextView
label = (
TextView
) findViewById(R.id.label);
/development/samples/training/notify-user/src/com/example/android/pingme/
ResultActivity.java
21
import android.widget.
TextView
;
34
TextView
text = (
TextView
) findViewById(R.id.result_message);
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
RelayController.java
11
import android.widget.
TextView
;
18
private
TextView
mLabel;
34
mLabel = (
TextView
) targetView.getChildAt(0);
ServoController.java
7
import android.widget.
TextView
;
12
private
TextView
mLabel;
23
mLabel = (
TextView
) targetView.getChildAt(0);
/device/sample/apps/client/src/com/example/android/platform_library/client/
Client.java
23
import android.widget.
TextView
;
38
TextView
tv = new
TextView
(this);
/external/replicaisland/src/com/replica/replicaisland/
CustomToastSystem.java
24
import android.widget.
TextView
;
29
private
TextView
mText;
36
mText = (
TextView
) mView.findViewById(R.id.text);
/external/robolectric/src/test/resources/res/layout/
media.xml
18
<
TextView
27
<
TextView
39
<
TextView
/frameworks/base/core/tests/coretests/apks/install_jni_lib_open_from_apk/src/com/android/frameworks/coretests/
OpenFromApkActivity.java
21
import android.widget.
TextView
;
29
TextView
tv = new
TextView
(this);
Completed in 257 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>