HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 1001 - 1025 of 1057) sorted by null

<<414243

  /frameworks/base/core/java/android/widget/
ListPopupWindow.java     [all...]
SpellChecker.java 44 * Helper class for TextView. Bridge between the TextView and the Dictionnary service.
69 private final TextView mTextView;
92 // Shared by all SpellParsers. Cannot be shared with TextView since it may be used
104 public SpellChecker(TextView textView) {
105 mTextView = textView;
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 87 import android.widget.TextView;
633 * InsertImage to TextView by using URI
635 * @param uri URI of the iamge inserted to TextView.
642 * InsertImage to TextView by using resource ID
644 * @param resId Resource ID of the iamge inserted to TextView.
760 * @param sizedisplayints List of int of size displayed in TextView.
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 43 import android.widget.TextView;
167 public static boolean isTextViewNotEmpty(TextView view) {
171 public static boolean isPortFieldValid(TextView view) {
191 public static boolean isServerNameValid(TextView view) {
    [all...]
  /packages/apps/Mms/tests/src/com/android/mms/ui/
LongThreadTest.java 33 import android.widget.TextView;
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 48 import android.widget.TextView;
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java 40 import android.widget.TextView;
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 35 import android.widget.TextView;
148 * bound to a {@link android.widget.TextView}</li>
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 43 import android.widget.TextView;
89 private TextView mLevelName = null;
119 mLevelName = (TextView)findViewById(R.id.levelName);
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 39 import android.widget.TextView;
176 private final TextView text;
198 // Create hint TextView
199 text = new TextView(parent.getContext());
    [all...]
ActionBarView.java 65 import android.widget.TextView;
100 private TextView mTitleView;
101 private TextView mSubtitleView;
774 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
775 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
    [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/Gallery2/src/com/android/gallery3d/filtershow/
PanelController.java 26 import android.widget.TextView;
135 private final TextView mTextView;
144 public UtilityPanel(Context context, View view, View textView,
148 mTextView = (TextView) textView;
365 public void setUtilityPanel(Context context, View utilityPanel, View textView,
367 mUtilityPanel = new UtilityPanel(context, utilityPanel, textView,
  /packages/apps/LegacyCamera/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/Phone/src/com/android/phone/
InCallTouchUi.java 44 import android.widget.TextView;
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 70 import android.widget.TextView;
142 private TextView mEmptyView;
398 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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 58 import android.widget.TextView;
254 (TextView)mNotificationPanel.findViewById(R.id.battery_text));
273 (TextView)mNotificationPanel.findViewById(R.id.wifi_text));
278 (TextView)mNotificationPanel.findViewById(R.id.mobile_text));
280 (TextView)mBarContents.findViewById(R.id.network_text));
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 80 import android.widget.TextView;
99 TextView.OnEditorActionListener {
152 private TextView mMoreItem;
272 public boolean onEditorAction(TextView view, int action, KeyEvent keyEvent) {
342 * Convenience method: Append the specified text slice to the TextView's
688 mMoreItem = (TextView) LayoutInflater.from(getContext()).inflate(R.layout.more_item, null);
708 /* package */ void setMoreItem(TextView moreItem) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 80 import android.widget.TextView;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 55 import android.widget.TextView;
123 private TextView mTooFastPrompt;
638 mTooFastPrompt = (TextView) mRootView.findViewById(R.id.pano_capture_too_fast_textview);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java 68 import android.widget.TextView;
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 47 import android.widget.TextView;
145 private TextView mPreviewText;
347 mPreviewText = (TextView) inflate.inflate(previewLayout, null);
    [all...]

Completed in 1044 milliseconds

<<414243