OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
301 - 325
of
2223
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeActivity.java
33
import android.widget.
TextView
;
42
private
TextView
mTitleTextView;
43
private
TextView
mSummaryTextView;
44
private
TextView
mIngredientsTextView;
62
mTitleTextView = (
TextView
) findViewById(R.id.recipeTextTitle);
63
mSummaryTextView = (
TextView
) findViewById(R.id.recipeTextSummary);
65
mIngredientsTextView = (
TextView
) findViewById(R.id.textIngredients);
126
((
TextView
) view.findViewById(R.id.textStep)).setText(
/development/apps/Development/src/com/android/development/
Details.java
31
import android.widget.
TextView
;
87
TextView
label = makeView(cd.key, true, 12);
88
TextView
contents = makeView(cd.value, false, 12);
95
TextView
makeView(String str, boolean bold, int fontSize)
100
TextView
v = new
TextView
(this);
129
TextView
error = new
TextView
(Details.this);
LogTextBox.java
19
import android.widget.
TextView
;
30
* This is a
TextView
that is Editable and by default scrollable,
37
* {@link android.R.styleable#
TextView
TextView
Attributes},
40
public class LogTextBox extends
TextView
{
/development/samples/ApiDemos/src/com/example/android/apis/app/
SaveRestoreState.java
26
import android.widget.
TextView
;
81
((
TextView
)findViewById(R.id.msg)).setText(R.string.save_restore_msg);
/development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox.java
19
import android.widget.
TextView
;
27
* This is a
TextView
that is Editable and by default scrollable,
34
* {@link android.R.styleable#
TextView
TextView
Attributes},
37
public class LogTextBox extends
TextView
{
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java
34
import android.widget.
TextView
;
127
TextView
top = (
TextView
) v.findViewById(R.id.device_name);
128
TextView
bottom = (
TextView
) v.findViewById(R.id.device_details);
149
TextView
view = (
TextView
) mContentView.findViewById(R.id.my_name);
151
view = (
TextView
) mContentView.findViewById(R.id.my_status);
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeActivity.java
33
import android.widget.
TextView
;
42
private
TextView
mTitleTextView;
43
private
TextView
mSummaryTextView;
44
private
TextView
mIngredientsTextView;
62
mTitleTextView = (
TextView
) findViewById(R.id.recipeTextTitle);
63
mSummaryTextView = (
TextView
) findViewById(R.id.recipeTextSummary);
65
mIngredientsTextView = (
TextView
) findViewById(R.id.textIngredients);
126
((
TextView
) view.findViewById(R.id.textStep)).setText(
/development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson4/
NextActivity.java
24
import android.widget.
TextView
;
28
* displays it using a
TextView
.
57
((
TextView
) findViewById(R.id.next_activity_info_text_view)).setText(stringPayload);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSimple.java
23
import android.widget.
TextView
;
52
((
TextView
) view).setTextSize(16.0f);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListSimple.java
24
import android.widget.
TextView
;
48
((
TextView
) view).setTextSize(16.0f);
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithOnItemSelectedActionTest.java
22
import android.widget.
TextView
;
40
return ((
TextView
) mListView.getSelectedView()).getText().toString();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridGroupManager.java
29
import android.widget.
TextView
;
59
private
TextView
inflateOverflowNumber() {
61
TextView
numberView = (
TextView
) inflater.inflate(
68
private void updateOverFlowNumberColor(
TextView
numberView) {
72
public void setOverflowNumberColor(
TextView
numberView, int overflowNumberColor) {
106
public
TextView
bindOverflowNumber(
TextView
reusableView, int number) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardIndicationTextView.java
23
import android.widget.
TextView
;
28
public class KeyguardIndicationTextView extends
TextView
{
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
ConfirmationActivity.java
5
import android.widget.
TextView
;
16
((
TextView
)findViewById(R.id.text)).setText(getTextExtra(EXTRA_TEXT, "text"));
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
AsyncStructure.java
24
import android.widget.
TextView
;
29
public class AsyncStructure extends
TextView
{
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
TestBase.java
23
import android.widget.
TextView
;
37
protected
TextView
mText;
/frameworks/support/core-ui/ics/android/support/v4/view/
PagerTitleStripIcs.java
22
import android.widget.
TextView
;
27
public static void setSingleLineAllCaps(
TextView
text) {
/packages/apps/Launcher2/src/com/android/launcher2/
AccessibleTabView.java
22
import android.widget.
TextView
;
27
public class AccessibleTabView extends
TextView
{
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
UserConsentDialog.java
27
import android.widget.
TextView
;
92
final
TextView
learnMoreMsg = (
TextView
) dialog.findViewById(R.id.learn_more_text1);
93
final
TextView
linkText = (
TextView
) dialog.findViewById(R.id.learn_more_link);
94
final
TextView
textFrpWarning = (
TextView
) dialog.findViewById(
141
private void initializeLearnMoreLink(
TextView
linkText, boolean isProfileOwner) {
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
HelpActivity.java
29
import android.widget.
TextView
;
54
TextView
subtitle = (
TextView
) findViewById(R.id.version);
58
((
TextView
) findViewById(R.id.help_acks_text)).setMovementMethod(LinkMovementMethod
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
GridDirectoryHolder.java
26
import android.widget.
TextView
;
32
final
TextView
mTitle;
39
mTitle = (
TextView
) itemView.findViewById(android.R.id.title);
70
mTitle.setText(docDisplayName,
TextView
.BufferType.SPANNABLE);
/frameworks/base/services/core/java/com/android/server/am/
LaunchWarningWindow.java
27
import android.widget.
TextView
;
47
TextView
text = (
TextView
)findViewById(R.id.replace_message);
52
text = (
TextView
)findViewById(R.id.original_message);
/frameworks/base/tools/aapt2/xml/
XmlDom_test.cpp
33
<
TextView
android:id="@+id/id"
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DuplicateContextTest.java
21
import android.widget.
TextView
;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractMediaListHeaderPresenter.java
24
import android.widget.
TextView
;
28
* The presenter creates a {@link ViewHolder} for the
TextView
holding the header text.
46
* The ViewHolder for the {@link AbstractMediaListHeaderPresenter}. It references the
TextView
51
private final
TextView
mHeaderView;
55
mHeaderView = (
TextView
) view.findViewById(R.id.mediaListHeader);
60
* @return the header {@link
TextView
} responsible for rendering the playlist header text.
62
public
TextView
getHeaderView() {
Completed in 2251 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>