OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
26 - 50
of
1355
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/CertInstaller/src/com/android/certinstaller/
ViewHelper.java
20
import android.widget.
TextView
;
34
TextView
v = (
TextView
) mView.findViewById(R.id.error);
40
return ((
TextView
) mView.findViewById(viewId)).getText().toString();
45
TextView
v = (
TextView
) mView.findViewById(viewId);
50
TextView
v = (
TextView
) mView.findViewById(viewId);
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
ContentViewActivity.java
24
import android.widget.
TextView
;
36
TextView
tv = (
TextView
) findViewById(R.id.status_text);
39
TextView
tv = (
TextView
) findViewById(R.id.status_text);
/development/samples/Support4Demos/src/com/example/android/supportv4/text/
BidiFormatterSupport.java
23
import android.widget.
TextView
;
42
TextView
tv_sample = (
TextView
) findViewById(R.id.textview_without_bidiformatter);
45
TextView
tv_bidiformatter = (
TextView
) findViewById(R.id.textview_with_bidiformatter);
/sdk/testapps/libsTest/lib2Test/src/com/android/tests/libstest/lib2/
MainActivityTest.java
21
import android.widget.
TextView
;
44
private
TextView
mTextView1;
45
private
TextView
mTextView2;
61
mTextView1 = (
TextView
) a.findViewById(R.id.lib2_text1);
62
mTextView2 = (
TextView
) a.findViewById(R.id.lib2_text2);
/developers/build/prebuilts/gradle/TextLinkify/TextLinkifySample/src/main/java/com/example/android/textlinkify/
MainActivity.java
28
import android.widget.
TextView
;
32
* {@link android.widget.
TextView
}.
36
* <li><b>Automatically:</b> Text added to a
TextView
can automatically be linkified by enabling
38
* {@link android.widget.
TextView
#setAutoLinkMask(int)} using an option from
64
* .setAutoLinkMask(Linkify.ALL) before the text is set on the
TextView
.
76
* call setMovementMethod() on the
TextView
object.
78
TextView
textViewResource = (
TextView
) findViewById(R.id.text_html_resource);
93
TextView
textViewHtml = (
TextView
) findViewById(R.id.text_html_program)
[
all
...]
/developers/samples/android/views/TextLinkify/TextLinkifySample/src/main/java/com/example/android/textlinkify/
MainActivity.java
28
import android.widget.
TextView
;
32
* {@link android.widget.
TextView
}.
36
* <li><b>Automatically:</b> Text added to a
TextView
can automatically be linkified by enabling
38
* {@link android.widget.
TextView
#setAutoLinkMask(int)} using an option from
64
* .setAutoLinkMask(Linkify.ALL) before the text is set on the
TextView
.
76
* call setMovementMethod() on the
TextView
object.
78
TextView
textViewResource = (
TextView
) findViewById(R.id.text_html_resource);
93
TextView
textViewHtml = (
TextView
) findViewById(R.id.text_html_program)
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java
30
import android.widget.
TextView
;
47
// call setMovementMethod() on the
TextView
object.
49
TextView
t2 = (
TextView
) findViewById(R.id.text2);
59
TextView
t3 = (
TextView
) findViewById(R.id.text3);
80
TextView
t4 = (
TextView
) findViewById(R.id.text4);
/development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java
25
import android.widget.
TextView
;
29
private
TextView
mServerAddress;
30
private
TextView
mServerPort;
31
private
TextView
mSharedSecret;
38
mServerAddress = (
TextView
) findViewById(R.id.address);
39
mServerPort = (
TextView
) findViewById(R.id.port);
40
mSharedSecret = (
TextView
) findViewById(R.id.secret);
/development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
MainActivity.java
28
import android.widget.
TextView
;
32
* {@link android.widget.
TextView
}.
36
* <li><b>Automatically:</b> Text added to a
TextView
can automatically be linkified by enabling
38
* {@link android.widget.
TextView
#setAutoLinkMask(int)} using an option from
64
* .setAutoLinkMask(Linkify.ALL) before the text is set on the
TextView
.
76
* call setMovementMethod() on the
TextView
object.
78
TextView
textViewResource = (
TextView
) findViewById(R.id.text_html_resource);
93
TextView
textViewHtml = (
TextView
) findViewById(R.id.text_html_program)
[
all
...]
/frameworks/base/core/tests/coretests/src/android/text/util/
LinkifyTest.java
22
import android.widget.
TextView
;
31
TextView
tv;
33
tv = new
TextView
(getContext());
42
TextView
tv;
44
tv = new
TextView
(getContext());
54
TextView
tv;
56
tv = new
TextView
(getContext());
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/
Main.java
5
import android.widget.
TextView
;
19
TextView
tv = (
TextView
) findViewById(R.id.app);
22
tv = (
TextView
) findViewById(R.id.lib1);
25
tv = (
TextView
) findViewById(R.id.lib2);
28
tv = (
TextView
) findViewById(R.id.basicJar);
31
tv = (
TextView
) findViewById(R.id.basicJar2);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportViewerActivity.java
22
import android.widget.
TextView
;
37
TextView
reportText = (
TextView
) findViewById(R.id.report_text);
/development/samples/ApiDemos/src/com/example/android/apis/content/
StyledText.java
25
import android.widget.
TextView
;
47
TextView
tv = (
TextView
)findViewById(R.id.text);
/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);
ViewStreamItemActivity.java
22
import android.widget.
TextView
;
31
private
TextView
mUriTextView;
38
mUriTextView = (
TextView
) findViewById(R.id.view_stream_item_uri);
ViewStreamItemPhotoActivity.java
22
import android.widget.
TextView
;
31
private
TextView
mUriTextView;
38
mUriTextView = (
TextView
) findViewById(R.id.view_stream_item_photo_uri);
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
DisplayActivity.java
6
import android.widget.
TextView
;
17
TextView
textView
= (
TextView
) findViewById(R.id.displayData);
18
textView
.setText(getIntent().getStringExtra(SendActivity.EXTRA_DATA));
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CountingAdapter.java
6
import android.widget.
TextView
;
37
TextView
textView
= new
TextView
(null);
38
textView
.setText("Item " + position);
39
return
textView
;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FakeActionBar.java
25
import android.widget.
TextView
;
29
private
TextView
mTextView;
45
protected
TextView
getStyleableTextView() {
TitleBar.java
25
import android.widget.
TextView
;
29
private
TextView
mTextView;
44
protected
TextView
getStyleableTextView() {
/packages/apps/Browser/src/com/android/browser/
AddNewBookmark.java
22
import android.widget.
TextView
;
30
private
TextView
mUrlText;
43
mUrlText = (
TextView
) findViewById(R.id.url);
/packages/apps/Camera/src/com/android/camera/ui/
AbstractSettingPopup.java
22
import android.widget.
TextView
;
29
protected
TextView
mTitle;
39
mTitle = (
TextView
) findViewById(R.id.title);
/packages/apps/Camera2/src/com/android/camera/ui/
AbstractSettingPopup.java
22
import android.widget.
TextView
;
29
protected
TextView
mTitle;
39
mTitle = (
TextView
) findViewById(R.id.title);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
AbstractSettingPopup.java
23
import android.widget.
TextView
;
30
protected
TextView
mTitle;
40
mTitle = (
TextView
) findViewById(R.id.title);
Completed in 303 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>