| /packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
| SelectSyncedCalendarsMultiAccountAdapter.java | 42 import android.widget.TextView; 294 TextView textView = (TextView) view.findViewById(id); 295 textView.setText(text);
|
| /packages/apps/Settings/src/com/android/settings/print/ |
| PrintSettingsFragment.java | 50 import android.widget.TextView; 144 TextView textView = (TextView) emptyView.findViewById(R.id.message); 145 textView.setText(R.string.print_no_services_installed);
|
| /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/ |
| accessibility-test-framework-2.0.jar | |
| /packages/apps/ExactCalculator/src/com/android/calculator2/ |
| CalculatorFormula.java | 38 import android.widget.TextView; 41 * TextView adapted for displaying the formula and allowing pasting. 385 void onTextSizeChanged(TextView textView, float oldSize);
|
| /prebuilts/tools/common/m2/repository/com/facebook/rebound/rebound/0.3.8/ |
| rebound-0.3.8.jar | |
| /packages/apps/Dialer/java/com/android/contacts/common/list/ |
| ContactListItemView.java | 49 import android.widget.TextView; 130 private TextView mHeaderTextView; 136 private TextView mNameTextView; 137 private TextView mLabelView; 138 private TextView mDataView; 139 private TextView mSnippetView; 140 private TextView mStatusView; 409 // Width each TextView is able to use. 694 // Put name TextView first [all...] |
| /packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
| ConversationMessageView.java | 42 import android.widget.TextView; 96 private TextView mMessageTextView; 99 private TextView mStatusTextView; 100 private TextView mTitleTextView; 101 private TextView mMmsInfoTextView; 103 private TextView mSenderNameTextView; 107 private TextView mSubjectLabel; 108 private TextView mSubjectText; 112 private TextView mSimNameView; 142 mMessageTextView = (TextView) findViewById(R.id.message_text) [all...] |
| /packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
| MessageHeaderView.java | 43 import android.widget.TextView; 104 private TextView mSenderNameView; 105 private TextView mRecipientSummary; 106 private TextView mDateView; 108 private TextView mSnippetView; 113 private TextView mImagePromptView; 119 private TextView mUpperDateView; 251 mSenderNameView = (TextView) findViewById(R.id.sender_name); 252 mRecipientSummary = (TextView) findViewById(R.id.recipient_summary); 253 mDateView = (TextView) findViewById(R.id.send_date) [all...] |
| /development/samples/JetBoy/src/com/example/android/jetboy/ |
| JetBoyView.java | 40 import android.widget.TextView; 215 /** Message handler used by thread to interact with TextView */ [all...] |
| /packages/apps/Gallery/src/com/android/camera/ |
| MenuHelper.java | 45 import android.widget.TextView; 189 ((TextView) d.findViewById(valueId)).setText(text); 385 TextView textView = (TextView) d.findViewById( 387 textView.setText(image.getTitle()); 393 ((TextView) d [all...] |
| /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/ |
| robotium-solo-5.5.3.jar | |
| /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
| ConnectActivity.java | 34 import android.widget.TextView; 112 new TextView.OnEditorActionListener() { 115 TextView textView, int i, KeyEvent keyEvent) {
|
| /frameworks/base/core/java/android/widget/ |
| TextView.java | 195 * <TextView 212 * final TextView helloTextView = (TextView) findViewById(R.id.text_view_id); 218 * To customize the appearance of TextView, see <a href="https://developer.android.com/guide/topics/ui/themes.html">Styles and Themes</a>. 223 * See {@link android.R.styleable#TextView TextView Attributes}, 304 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener { 305 static final String LOG_TAG = "TextView"; 352 // New state used to change background based on whether this TextView is multiline. 524 public void setErrorDrawable(Drawable dr, TextView tv) [all...] |
| Editor.java | 111 import android.widget.TextView.Drawables; 112 import android.widget.TextView.OnEditorActionListener; 133 * Helper class used by TextView to handle editable text views. 230 * This flag is set if the TextView tries to display an error before it 257 // Global listener that detects changes in the global position of the TextView 265 // Set when this TextView gained focus with some text selected. Will start selection mode. 298 private final TextView mTextView; 318 Editor(TextView textView) { 319 mTextView = textView; [all...] |
| /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
| SearchBar.java | 49 import android.widget.TextView; 258 mSearchTextEditor.setOnEditorActionListener(new TextView.OnEditorActionListener() { 260 public boolean onEditorAction(TextView textView, int action, KeyEvent keyEvent) {
|
| /prebuilts/misc/common/robolectric/lib/ |
| accessibility-test-framework-2.1.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/wear/libs/ |
| android-support-wear.jar | |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| SMSDispatcher.java | 74 import android.widget.TextView; [all...] |
| /packages/apps/Settings/src/com/android/settings/wifi/ |
| WifiConfigController.java | 59 import android.widget.TextView; 78 TextView.OnEditorActionListener, View.OnKeyListener{ 122 private TextView mPasswordView; 133 private TextView mEapDomainView; 138 private TextView mEapIdentityView; 139 private TextView mEapAnonymousView; 142 private TextView mIpAddressView; 143 private TextView mGatewayView; 144 private TextView mNetworkPrefixLengthView; 145 private TextView mDns1View [all...] |
| /prebuilts/gdb/darwin-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/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...] |
| /prebuilts/sdk/current/support/v17/leanback/libs/ |
| android-support-v17-leanback.jar | |