OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
1126 - 1150
of
1355
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/frameworks/base/core/java/android/webkit/
JsDialogHelper.java
28
import android.widget.
TextView
;
120
((
TextView
) view.findViewById(com.android.internal.R.id.message)).setText(mMessage);
/frameworks/base/core/java/android/widget/
DateTimeView.java
31
import android.widget.
TextView
;
53
public class DateTimeView extends
TextView
{
/frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java
31
import android.widget.
TextView
;
37
public class ActionMenuItemView extends
TextView
281
//
TextView
won't center compound drawables in both dimensions without
IconMenuItemView.java
30
import android.widget.
TextView
;
36
public final class IconMenuItemView extends
TextView
implements MenuView.ItemView {
190
* depends on this
TextView
's line bounds, which is only available
272
* the
TextView
's gravity).
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
CarrierText.java
24
import android.widget.
TextView
;
32
public class CarrierText extends
TextView
{
KeyguardMessageArea.java
37
import android.widget.
TextView
;
48
class KeyguardMessageArea extends
TextView
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java
62
import android.widget.
TextView
;
338
TextView
tv = (
TextView
) view.findViewById(R.id.user_textview);
421
TextView
tv = (
TextView
) view.findViewById(R.id.text);
452
TextView
tv = (
TextView
) view.findViewById(R.id.rssi_textview);
532
((
TextView
)batteryTile.findViewById(R.id.text)).setText(t);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java
57
import android.widget.
TextView
;
[
all
...]
/packages/apps/Browser/src/com/android/browser/
NavScreen.java
37
import android.widget.
TextView
;
62
TextView
mTitle;
SuggestionsAdapter.java
35
import android.widget.
TextView
;
160
TextView
tv1 = (
TextView
) view.findViewById(android.R.id.text1);
161
TextView
tv2 = (
TextView
) view.findViewById(android.R.id.text2);
/packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java
31
import android.widget.
TextView
;
166
public void setCallDetailsHeader(
TextView
nameView, PhoneCallDetails details) {
/packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java
29
import android.widget.
TextView
;
32
*
TextView
that draws a bubble behind the text. We cannot use a LineBackgroundSpan
33
* because we want to make the bubble taller than the text and
TextView
's clip is
36
public class BubbleTextView extends
TextView
{
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
GrantActivity.java
34
import android.widget.
TextView
;
76
((
TextView
)findViewById(R.id.install_confirm_question)).setText(R.string.grant_confirm_question);
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugActivity.java
31
import android.widget.
TextView
;
50
private
TextView
mTextView;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java
44
import android.widget.
TextView
;
182
TextView
instructions = (
TextView
) item.findViewById(R.id.nls_instructions);
190
TextView
instructions = (
TextView
) item.findViewById(R.id.nls_instructions);
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java
57
import android.widget.
TextView
;
703
holder.text1 = (
TextView
) itemLayout.findViewById(android.R.id.text1);
704
holder.text2 = (
TextView
) itemLayout.findViewById(android.R.id.text2)
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java
40
import android.widget.
TextView
;
54
private
TextView
mTitleView;
55
private
TextView
mSubtitleView;
181
mTitleView = (
TextView
) mTitleLayout.findViewById(R.id.action_bar_title);
182
mSubtitleView = (
TextView
) mTitleLayout.findViewById(R.id.action_bar_subtitle);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java
41
import android.widget.
TextView
;
704
TextView
titleView = (
TextView
) convertView.findViewById(R.id.title);
720
TextView
titleView = (
TextView
) convertView.findViewById(R.id.title);
/packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java
39
import android.widget.
TextView
;
82
private
TextView
mAccountTypeTextView;
83
private
TextView
mAccountNameTextView;
149
mAccountTypeTextView = (
TextView
) findViewById(R.id.account_type);
150
mAccountNameTextView = (
TextView
) findViewById(R.id.account_name);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java
34
import android.widget.
TextView
;
559
TextView
labelTextView = (
TextView
)view.findViewById(R.id.label);
560
TextView
displayNameTextView = (
TextView
)view.findViewById(R.id.display_name);
/packages/apps/DeskClock/src/com/android/deskclock/
Utils.java
55
import android.widget.
TextView
;
455
TextView
nextAlarmView;
456
nextAlarmView = (
TextView
) clock.findViewById(R.id.nextAlarm);
473
TextView
dateDisplay;
474
dateDisplay = (
TextView
) clock.findViewById(R.id.date);
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncomingFragment.java
36
import android.widget.
TextView
;
72
private
TextView
mServerLabelView;
76
private
TextView
mDeletePolicyLabelView;
364
TextView
lastView = mImapPathPrefixView;
484
((
TextView
) UiUtilities.getView(getView(), R.id.device_id)).setText(deviceId);
/packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java
53
import android.widget.
TextView
;
379
TextView
tv1 = (
TextView
) view.findViewById(R.id.line1);
380
TextView
tv2 = (
TextView
) view.findViewById(R.id.line2);
/packages/apps/Nfc/src/com/android/nfc/
SendUi.java
50
import android.widget.
TextView
;
129
final
TextView
mTextHint;
130
final
TextView
mTextRetry;
197
mTextHint = (
TextView
) mScreenshotLayout.findViewById(R.id.calltoaction);
198
mTextRetry = (
TextView
) mScreenshotLayout.findViewById(R.id.retrytext);
/packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java
45
import android.widget.
TextView
;
221
holder.mSubjectPrimaryView = (
TextView
)
223
holder.mSubjectSecondaryView = (
TextView
)
357
private
TextView
mSubjectPrimaryView;
358
private
TextView
mSubjectSecondaryView;
Completed in 1124 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>