HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 826 - 850 of 864) sorted by null

<<3132333435

  /packages/apps/Camera/src/com/android/camera/panorama/
PanoramaActivity.java 73 import android.widget.TextView;
124 private TextView mTooFastPrompt;
707 mTooFastPrompt = (TextView) findViewById(R.id.pano_capture_too_fast_textview);
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityUnitTests.java 42 import android.widget.TextView;
237 TextView view = new TextView(getContext());
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 61 import android.widget.TextView;
921 TextView titleView = (TextView) v.findViewById(R.id.title);
936 // An workaround due to a bug in TextView. If the length of text is
ImageGallery.java 57 import android.widget.TextView;
565 TextView leftText = (TextView) findViewById(R.id.left_text);
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 58 import android.widget.TextView;
120 private TextView mEmptyView;
225 mEmptyView = (TextView) getView().findViewById(android.R.id.empty);
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 41 import android.widget.TextView;
664 TextView tv = (TextView) v
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 64 import android.widget.TextView;
274 TextView textView = (TextView) mAlertDialog.findViewById(android.R.id.message);
275 if (textView != null) {
276 textView.setMovementMethod(LinkMovementMethod.getInstance());
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 62 import android.widget.TextView;
97 private TextView mTitleView;
98 private TextView mSubtitleView;
728 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
729 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 69 import android.widget.TextView;
165 TextView mNoNotificationsTitle;
323 mNoNotificationsTitle = (TextView)expanded.findViewById(R.id.noNotificationsTitle);
556 TextView alertText = (TextView) mIntruderAlertView.findViewById(R.id.alertText);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 60 import android.widget.TextView;
    [all...]
DTMFTwelveKeyDialer.java 34 import android.widget.TextView;
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java 66 import android.widget.TextView;
    [all...]
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java 29 import android.widget.TextView;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 50 import android.widget.TextView;
140 //private TextView mNotificationVolumeTitle;
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 64 import android.widget.TextView;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 122 import android.widget.TextView;
169 implements View.OnClickListener, TextView.OnEditorActionListener,
244 private TextView mTextCounter; // Shows the number of characters used in text editor
245 private TextView mSendButtonMms; // Press to send mms
760 TextView textView;
766 textView = (TextView) msglistItem.findViewById(R.id.text_view);
767 if (textView != null) {
768 text = textView.getText()
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 435 TextView loadingTextView = (TextView) mLayoutInflater.inflate(
    [all...]
SearchView.java 58 import android.widget.TextView.OnEditorActionListener;
373 * @see TextView#setImeOptions(int)
385 * @see TextView#setInputType(int)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 71 import android.widget.TextView;
213 (TextView)mNotificationPanel.findViewById(R.id.battery_text));
232 (TextView)mNotificationPanel.findViewById(R.id.wifi_text));
237 (TextView)mNotificationPanel.findViewById(R.id.mobile_text));
239 (TextView)mBarContents.findViewById(R.id.network_text));
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 80 import android.widget.TextView;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 47 import android.widget.TextView;
144 private TextView mPreviewText;
344 mPreviewText = (TextView) inflate.inflate(previewLayout, null);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 73 import android.widget.TextView;
174 private TextView mExposureIndicator;
603 mExposureIndicator = (TextView) findViewById(R.id.onscreen_exposure_indicator);
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 75 import android.widget.TextView;
142 private TextView mMoreItem;
299 * Convenience method: Append the specified text slice to the TextView's
615 mMoreItem = (TextView) LayoutInflater.from(getContext()).inflate(moreResource, null);
623 /* package */ void setMoreItem(TextView moreItem) {
    [all...]
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 55 import android.widget.TextView;
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 39 import android.widget.TextView;
614 ((TextView) view.findViewById(R.id.message))
    [all...]

Completed in 2175 milliseconds

<<3132333435