Searched refs:TextView (Results 201 - 225 of 288) sorted by relevance

1234567891011>>

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMultiUserAvatar.java35 import android.widget.TextView;
44 private TextView mUserName;
124 mUserName = (TextView) findViewById(R.id.keyguard_user_name);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DInputTypeActivity.java25 import android.widget.TextView;
150 TextView textView = (TextView) view.findViewById(R.id.label);
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java39 import android.widget.TextView;
73 private TextView mBenchmarkResult;
94 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java39 import android.widget.TextView;
51 private TextView mClearDefaultHint;
96 mClearDefaultHint = (TextView)ap.mView.findViewById(
H A DUsbPermissionActivity.java41 import android.widget.TextView;
54 private TextView mClearDefaultHint;
111 mClearDefaultHint = (TextView)ap.mView.findViewById(
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java45 import android.widget.TextView;
163 TextView text = (TextView) view;
364 TextView alertTitle = (TextView) findViewById(com.android.internal.R.id.alertTitle);
H A DFragmentBreadCrumbs.java29 import android.widget.TextView;
306 final TextView text = (TextView) item.findViewById(com.android.internal.R.id.title);
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java49 import android.widget.TextView;
84 TextView mScoStateTxt;
85 TextView mVdStateTxt;
100 mScoStateTxt = (TextView) findViewById(R.id.scoStateTxt);
101 mVdStateTxt = (TextView) findViewById(R.id.vdStateTxt);
115 TextView name = (TextView) findViewById(R.id.playPause1Text);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java43 import android.widget.TextView;
145 ArrayList<TextView> mCombinedLabelViews = new ArrayList<TextView>();
146 ArrayList<TextView> mMobileLabelViews = new ArrayList<TextView>();
147 ArrayList<TextView> mWifiLabelViews = new ArrayList<TextView>();
148 ArrayList<TextView> mEmergencyLabelViews = new ArrayList<TextView>();
291 public void addCombinedLabelView(TextView
[all...]
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java292 public final TextView mText1;
293 public final TextView mText2;
299 mText1 = (TextView) v.findViewById(com.android.internal.R.id.text1);
300 mText2 = (TextView) v.findViewById(com.android.internal.R.id.text2);
383 private void setViewText(TextView v, CharSequence text) {
490 TextView tv = views.mText1;
H A DEditor.java91 import android.widget.TextView.Drawables;
92 import android.widget.TextView.OnEditorActionListener;
100 * Helper class used by TextView to handle editable text views.
149 * This flag is set if the TextView tries to display an error before it
172 // Global listener that detects changes in the global position of the TextView
178 // Set when this TextView gained focus with some text selected. Will start selection mode.
188 private TextView mTextView;
190 Editor(TextView textView) {
270 final TextView err = (TextView) inflate
[all...]
H A DDateTimeView.java31 import android.widget.TextView;
53 public class DateTimeView extends TextView {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DPasswordUnlockScreen.java50 import android.widget.TextView;
51 import android.widget.TextView.OnEditorActionListener;
374 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayWindow.java36 import android.widget.TextView;
80 private TextView mTitleTextView;
189 mTitleTextView = (TextView)mWindowContent.findViewById(
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java29 import android.widget.TextView;
153 TextView label = new TextView(this);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java47 import android.widget.TextView;
172 TextView label = (TextView)row.findViewById(R.id.label);
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DProfileActivity.java39 import android.widget.TextView;
40 import android.widget.TextView.OnEditorActionListener;
313 public boolean onEditorAction(TextView v, int actionId,
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java37 import android.widget.TextView;
269 final TextView titleView = (TextView) LayoutInflater.from(mActivity)
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java41 import android.widget.TextView;
63 TextView mBatteryLevelTextView;
192 mBatteryLevelTextView = (TextView)v.findViewById(R.id.level_percent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java32 import android.widget.TextView;
182 TextView text = (TextView)mTextSwitcher.getChildAt(0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletTicker.java41 import android.widget.TextView;
296 TextView tv = (TextView)group.findViewById(R.id.text);
H A DNotificationLinearLayout.java37 import android.widget.TextView;
/frameworks/base/tests/SslLoad/src/com/android/sslload/
H A DSslLoad.java36 import android.widget.TextView;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java31 import android.widget.TextView;
37 public class ActionMenuItemView extends TextView
281 // TextView won't center compound drawables in both dimensions without
H A DIconMenuItemView.java30 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).

Completed in 1354 milliseconds

1234567891011>>