| /packages/apps/Settings/src/com/android/settings/users/ |
| RestrictedProfileSettings.java | 57 import android.widget.TextView; 76 private TextView mUserNameView; 103 mUserNameView = (TextView) mHeaderView.findViewById(android.R.id.title); 132 ((TextView) mHeaderView.findViewById(android.R.id.title)).setText(info.name); 218 ((TextView) mHeaderView.findViewById(android.R.id.title))
|
| /packages/apps/Settings/src/com/android/settings/wifi/ |
| WifiSettingsForSetupWizardXL.java | 39 import android.widget.TextView; 83 private TextView mTitleView; 111 private TextView mConnectingStatusView; 173 mTitleView = (TextView)findViewById(R.id.wifi_setup_title); 199 mConnectingStatusView = (TextView) findViewById(R.id.connecting_status);
|
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
| DefaultSoftKeyboard.java | 24 import android.widget.TextView; 639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift); 640 TextView text2 = (TextView)mSubView.findViewById(R.id.alt); [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
| MainKeyboardView.java | 45 import android.widget.TextView; 161 private final SparseArray<TextView> mKeyPreviewTexts = CollectionUtils.newSparseArray(); 387 final TextView previewText = mainKeyboardView.mKeyPreviewTexts.get( 684 private void addKeyPreview(final TextView keyPreview) { 690 private TextView getKeyPreviewText(final int pointerId) { 691 TextView previewText = mKeyPreviewTexts.get(pointerId); 697 previewText = (TextView)LayoutInflater.from(context).inflate(mKeyPreviewLayoutId, null); 699 previewText = new TextView(context); 708 final TextView previewText = mKeyPreviewTexts.get(id); 746 final TextView previewText = getKeyPreviewText(tracker.mPointerId) [all...] |
| /packages/apps/Settings/src/com/android/settings/ |
| DataUsageSummary.java | 128 import android.widget.TextView; 223 private TextView mUsageSummary; 224 private TextView mEmpty; 230 private TextView mAppForeground; 231 private TextView mAppBackground; 384 mAppForeground = (TextView) mAppDetail.findViewById(R.id.app_foreground); 385 mAppBackground = (TextView) mAppDetail.findViewById(R.id.app_background); 401 mUsageSummary = (TextView) mHeader.findViewById(R.id.usage_summary); 402 mEmpty = (TextView) mHeader.findViewById(android.R.id.empty); [all...] |
| /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/ |
| CtsUiAutomatorTest.java | 132 .childSelector(new UiSelector().className(android.widget.TextView.class 290 android.widget.TextView.class.getName()).instance(1)); 332 UiObject textView = new UiObject(new UiSelector().textContains("[")); 334 textView.swipeLeft(10); 335 assertTrue("UiObject swipe left 1->2", "[ 2 ]".equals(textView.getText())); 337 textView.swipeLeft(10); 338 assertTrue("UiObject swipe left 2->3", "[ 3 ]".equals(textView.getText())); 340 textView.swipeLeft(10); 341 assertTrue("UiObject swipe left 3->4", "[ 4 ]".equals(textView.getText())); 343 textView.swipeRight(10) [all...] |
| /development/apps/Development/src/com/android/development/ |
| Connectivity.java | 57 import android.widget.TextView; 95 private TextView mDCCycleCountView; 102 private TextView mSCCycleCountView; 110 private TextView mScanResults; 270 mDCCycleCountView = (TextView)findViewById(R.id.dc_wifi_cycles_done); 279 mSCCycleCountView = (TextView)findViewById(R.id.sc_wifi_cycles_done); 288 mScanResults = (TextView)findViewById(R.id.sc_scan_results);
|
| /development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
| SampleMediaRouterActivity.java | 63 import android.widget.TextView; 88 private TextView mInfoTextView; 313 mInfoTextView = (TextView) findViewById(R.id.info); 681 TextView tv = (TextView)v.findViewById(R.id.item_text); 716 TextView tv = (TextView)v.findViewById(R.id.item_text);
|
| OverlayDisplayWindow.java | 41 import android.widget.TextView; 195 private TextView mNameTextView; 294 mNameTextView = (TextView)mWindowContent.findViewById(
|
| /frameworks/base/policy/src/com/android/internal/policy/impl/ |
| GlobalActions.java | 70 import android.widget.TextView; 587 TextView messageView = (TextView) v.findViewById(R.id.message); 673 TextView messageView = (TextView) v.findViewById(R.id.message); 674 TextView statusView = (TextView) v.findViewById(R.id.status); [all...] |
| /frameworks/ex/chips/src/com/android/ex/chips/ |
| BaseRecipientAdapter.java | 47 import android.widget.TextView; [all...] |
| /packages/apps/Contacts/src/com/android/contacts/activities/ |
| ConfirmAddDetailActivity.java | 58 import android.widget.TextView; 113 private TextView mDisplayNameView; 114 private TextView mReadOnlyWarningView; 260 mReadOnlyWarningView = (TextView) findViewById(R.id.read_only_warning); 272 mDisplayNameView = (TextView) findViewById(R.id.name); 729 * Set the display name to the correct TextView. Don't do this until it is 738 * Set the TextView (for extra contact info) with the given value and make the 739 * TextView visible. 742 TextView extraTextView = (TextView) findViewById(R.id.extra_info) [all...] |
| /packages/apps/Music/src/com/android/music/ |
| ArtistAlbumBrowserActivity.java | 61 import android.widget.TextView; 571 TextView line1; 572 TextView line2; 642 vh.line1 = (TextView) v.findViewById(R.id.line1); 643 vh.line2 = (TextView) v.findViewById(R.id.line2); 656 vh.line1 = (TextView) v.findViewById(R.id.line1); 657 vh.line2 = (TextView) v.findViewById(R.id.line2); [all...] |
| /packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
| SoundRecorder.java | 51 import android.widget.TextView; 232 TextView mStateMessage1; 233 TextView mStateMessage2; 235 TextView mTimerView; 331 mStateMessage1 = (TextView) findViewById(R.id.stateMessage1); 332 mStateMessage2 = (TextView) findViewById(R.id.stateMessage2); 334 mTimerView = (TextView) findViewById(R.id.timerView);
|
| /packages/apps/VoiceDialer/src/com/android/voicedialer/ |
| VoiceDialerActivity.java | 42 import android.widget.TextView; 219 ((TextView) findViewById(R.id.substate)).setText(R.string.logging_enabled); 265 ((TextView)findViewById(R.id.state)).setText(R.string.failure); 266 ((TextView)findViewById(R.id.substate)).setText(mErrorMsg); 267 ((TextView)findViewById(R.id.substate)).setText( 501 ((TextView)findViewById(R.id.state)).setText(R.string.please_try_again); 617 ((TextView)findViewById(R.id.state)).setText(R.string.listening); [all...] |
| /packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
| ProviderPerfActivity.java | 57 import android.widget.TextView; 248 TextView tvIter = (TextView) findViewById(R.id.iterations_edit); 256 TextView tvTrace = (TextView) findViewById(R.id.trace_edit); 279 TextView tv = (TextView) findViewById(id);
|
| /packages/apps/Calendar/src/com/android/calendar/agenda/ |
| AgendaWindowAdapter.java | 42 import android.widget.TextView; 163 private final TextView mHeaderView; 164 private final TextView mFooterView; 366 mHeaderView = (TextView)inflater.inflate(R.layout.agenda_header_footer, null); 367 mFooterView = (TextView)inflater.inflate(R.layout.agenda_header_footer, null); 491 TextView tv = new TextView(mContext); [all...] |
| /pdk/apps/TestingCamera/src/com/android/testingcamera/ |
| TestingCamera.java | 47 import android.widget.TextView; 93 private TextView mFlashModeSpinnerLabel; 107 private TextView mLogView; 214 mFlashModeSpinnerLabel = (TextView) findViewById(R.id.flash_mode_spinner_label); 262 mLogView = (TextView) findViewById(R.id.log); 471 log("Setting preview frame rate to " + ((TextView)view).getText()); 631 log("Setting camcorder profile to " + ((TextView)view).getText()); 663 log("Setting video record size to " + ((TextView)view).getText()); 680 log("Setting video frame rate to " + ((TextView)view).getText()); [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
| PolicySerializationTestActivity.java | 35 import android.widget.TextView; 218 TextView view = (TextView) super.getView(position, convertView, parent);
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
| TagVerifierActivity.java | 42 import android.widget.TextView; 83 private TextView mEmptyText; 97 mEmptyText = (TextView) findViewById(android.R.id.empty);
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| FrameLayoutTest.java | 42 import android.widget.TextView; 157 final TextView textView = (TextView) frameLayout.findViewById(R.id.framelayout_textview); 158 compareScaledPixels(30, textView.getMeasuredHeight()); 159 compareScaledPixels(100, textView.getMeasuredWidth()); 160 assertEquals(textView.getMeasuredHeight(), frameLayout.getMeasuredHeight()); 161 assertEquals(textView.getMeasuredWidth(), frameLayout.getMeasuredWidth()); 166 textView.setVisibility(View.GONE); 187 assertEquals(textView.getMeasuredHeight(), frameLayout.getMeasuredHeight()) [all...] |
| /development/apps/CustomLocale/src/com/android/customlocale2/ |
| CustomLocaleActivity.java | 44 import android.widget.TextView; 72 /** Textview used to display current locale */ 73 private TextView mCurrentLocaleTextView; 119 mCurrentLocaleTextView = (TextView) findViewById(R.id.current_locale);
|
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| SystemUIModes.java | 41 import android.widget.TextView; 185 TextView mMetricsText; 271 mMetricsText = (TextView) findViewById(R.id.metricsText);
|
| /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
| InsertionListView.java | 42 import android.widget.TextView; 144 TextView textView = (TextView)newCell.findViewById(R.id.text_view); 145 ObjectAnimator textAlphaAnimator = ObjectAnimator.ofFloat(textView,
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
| PowerUI.java | 39 import android.widget.TextView; 65 TextView mBatteryLevelTextView; 204 mBatteryLevelTextView = (TextView)v.findViewById(R.id.level_percent);
|