HomeSort by relevance Sort by last modified time
    Searched defs:textView (Results 201 - 225 of 233) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 18 from idlelib import aboutDialog, textView, configDialog
91 self.dlg = dlg = textView.view_file(parent,'Help',fn, modal=False)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 18 from idlelib import aboutDialog, textView, configDialog
91 self.dlg = dlg = textView.view_file(parent,'Help',fn, modal=False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 18 from idlelib import aboutDialog, textView, configDialog
91 self.dlg = dlg = textView.view_file(parent,'Help',fn, modal=False)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 54 import android.widget.TextView;
101 private TextView mViewTabSymbol;
103 private TextView mViewTabEmoticon;
185 private TextView mViewCandidateTemplate;
191 private TextView mFullViewPrevView;
201 /** List of textView for CandiData List 1st for Symbol mode */
202 private ArrayList<TextView> mTextViewArray1st = new ArrayList<TextView>();
203 /** List of textView for CandiData List 2st for Symbol mode */
204 private ArrayList<TextView> mTextViewArray2nd = new ArrayList<TextView>()
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 93 import android.widget.TextView;
351 private TextView mTitle;
352 private TextView mWhenDateTime;
353 private TextView mWhere;
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 41 import android.widget.TextView;
133 ViewCompat.animate(vh.textView).translationX(0f).alpha(1f)
143 ViewCompat.setTranslationX(vh.textView, 0f);
144 ViewCompat.setAlpha(vh.textView, 1f);
163 info.text = ((MyViewHolder) viewHolder).textView.getText();
171 info.text = ((MyViewHolder) viewHolder).textView.getText();
233 * (ViewCompat.getTranslationX(vh.textView) / vh.textView.getWidth()));
236 vh.textView.setText(finalText);
239 vh.textView.setText(pre.text)
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 70 * AutoCompleteTextView textView = (AutoCompleteTextView)
72 * textView.setAdapter(adapter);
107 private TextView mHintView;
278 // getDropDownAnchorView method will simply return this TextView, as a
334 final TextView hintView = (TextView) LayoutInflater.from(mPopupContext).inflate(
    [all...]
FastScroller.java 104 private final TextView mPrimaryText;
105 private final TextView mSecondaryText;
540 private TextView createPreviewTextView(Context context) {
543 final TextView textView = new TextView(context);
544 textView.setLayoutParams(params);
545 textView.setSingleLine(true);
546 textView.setEllipsize(TruncateAt.MIDDLE);
547 textView.setGravity(Gravity.CENTER)
    [all...]
TextView.java 161 * Displays text to the user and optionally allows them to edit it. A TextView
167 * To allow users to copy some or all of the TextView's value and paste it somewhere else, set the
171 * allows users to make selection gestures in the TextView, which in turn triggers the system's
176 * See {@link android.R.styleable#TextView TextView Attributes},
252 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener {
253 static final String LOG_TAG = "TextView";
298 // New state used to change background based on whether this TextView is multiline.
467 public void setErrorDrawable(Drawable dr, TextView tv) {
633 // they are defined by the TextView's style and are theme-dependent
    [all...]
Editor.java 109 import android.widget.TextView.Drawables;
110 import android.widget.TextView.OnEditorActionListener;
128 * Helper class used by TextView to handle editable text views.
211 * This flag is set if the TextView tries to display an error before it
236 // Global listener that detects changes in the global position of the TextView
244 // Set when this TextView gained focus with some text selected. Will start selection mode.
277 private TextView mTextView;
296 Editor(TextView textView) {
297 mTextView = textView;
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java 60 import android.widget.TextView;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 50 import android.widget.TextView;
174 private TextView mHeaderTextView;
181 private TextView mNameTextView;
182 private TextView mPhoneticNameTextView;
183 private TextView mLabelView;
184 private TextView mDataView;
185 private TextView mSnippetView;
186 private TextView mStatusView;
236 // TODO: some TextView fields are using CharArrayBuffer while some are not. Determine which is
241 // TextView without any modification
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
droiddriver-1.0.0-BETA1.jar 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 3656 milliseconds

1 2 3 4 5 6 7 8910