HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 251 - 275 of 1355) sorted by null

<<11121314151617181920>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 41 import android.widget.TextView;
74 TextView contentView = (TextView)view.findViewById(R.id.content);
  /packages/apps/Browser/src/com/android/browser/preferences/
SeekBarSummaryPreference.java 25 import android.widget.TextView;
32 TextView mSummaryView;
70 mSummaryView = (TextView) view.findViewById(R.id.text);
  /packages/apps/Camera/src/com/android/camera/ui/
InLineSettingItem.java 23 import android.widget.TextView;
44 protected TextView mTitle;
55 mTitle = ((TextView) findViewById(R.id.title));
InLineSettingMenu.java 23 import android.widget.TextView;
32 private TextView mEntry;
41 mEntry = (TextView) findViewById(R.id.current_setting);
RotateTextToast.java 24 import android.widget.TextView;
40 TextView tv = (TextView) mToast.findViewById(R.id.message);
  /packages/apps/Camera2/src/com/android/camera/ui/
InLineSettingItem.java 23 import android.widget.TextView;
44 protected TextView mTitle;
55 mTitle = ((TextView) findViewById(R.id.title));
InLineSettingMenu.java 23 import android.widget.TextView;
32 private TextView mEntry;
41 mEntry = (TextView) findViewById(R.id.current_setting);
RotateTextToast.java 24 import android.widget.TextView;
40 TextView tv = (TextView) mToast.findViewById(R.id.message);
  /packages/apps/Contacts/src/com/android/contacts/detail/
CarouselTab.java 23 import android.widget.TextView;
37 private TextView mLabelView;
53 mLabelView = (TextView) findViewById(R.id.label);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailDisplayUtils.java 23 import android.widget.TextView;
46 TextView label = (TextView) view.findViewById(android.R.id.title);
48 throw new IllegalStateException("Group source view must contain a TextView with id"
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateTextToast.java 27 import android.widget.TextView;
40 TextView tv = (TextView) mToast.findViewById(R.id.message);
  /packages/apps/Music/src/com/android/music/
DeleteItems.java 26 import android.widget.TextView;
30 private TextView mPrompt;
44 mPrompt = (TextView)findViewById(R.id.prompt);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DialogActivity.java 24 import android.widget.TextView;
31 protected TextView mTitleView;
39 mTitleView = (TextView) findViewById(R.id.alertTitle);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 28 import android.widget.TextView;
37 private TextView mLabel;
56 mLabel = (TextView) findViewById(R.id.source_label);
  /packages/apps/Settings/src/com/android/settings/
IconPreferenceScreen.java 26 import android.widget.TextView;
54 TextView textView = (TextView) view.findViewById(android.R.id.title);
  /packages/apps/Settings/src/com/android/settings/accessibility/
PresetPreference.java 24 import android.widget.TextView;
61 final TextView summary = (TextView) view.findViewById(R.id.summary);
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsPreference.java 26 import android.widget.TextView;
59 final TextView text1 = (TextView) view.findViewById(android.R.id.text1);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 25 import android.widget.TextView;
63 final TextView text1 = (TextView) view.findViewById(android.R.id.text1);
  /packages/apps/Settings/src/com/android/settings/location/
RadioButtonPreference.java 23 import android.widget.TextView;
72 TextView title = (TextView) view.findViewById(android.R.id.title);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigInfo.java 22 import android.widget.TextView;
34 private TextView mConfigList;
43 mConfigList = (TextView) findViewById(R.id.config_list);
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 37 import android.widget.TextView;
51 private TextView mName;
53 private TextView mServer;
54 private TextView mUsername;
55 private TextView mPassword;
56 private TextView mSearchDomains;
57 private TextView mDnsServers;
58 private TextView mRoutes;
60 private TextView mL2tpSecret;
61 private TextView mIpsecIdentifier
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 13 import android.widget.TextView;
40 private TextView textView;
44 textView = new TextView(new Activity());
49 TextView textView = new TextView(null);
51 textView.setOnEditorActionListener(actionListener);
53 shadowOf(textView).triggerEditorAction(EditorInfo.IME_ACTION_GO)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 40 import android.widget.TextView;
54 final TextView[] mIcons = new TextView[NUM_BUTTONS];
67 for (TextView icon: mIcons) {
110 mIcons[0] = (TextView)findViewById(com.android.internal.R.id.button0);
111 mIcons[1] = (TextView)findViewById(com.android.internal.R.id.button1);
112 mIcons[2] = (TextView)findViewById(com.android.internal.R.id.button2);
113 mIcons[3] = (TextView)findViewById(com.android.internal.R.id.button3);
114 mIcons[4] = (TextView)findViewById(com.android.internal.R.id.button4);
115 mIcons[5] = (TextView)findViewById(com.android.internal.R.id.button5)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
ResponderTestActivity.java 27 import android.widget.TextView;
53 private TextView mTextView;
59 private TextView mMyDeviceView;
87 mTextView = (TextView) findViewById(id.p2p_resp_text);
88 mMyDeviceView = (TextView) findViewById(id.p2p_my_device);
  /cts/tests/tests/widget/src/android/widget/cts/
TwoLineListItemTest.java 27 import android.widget.TextView;
93 TextView text1 = new TextView(mActivity);
95 TextView text2 = new TextView(mActivity);

Completed in 357 milliseconds

<<11121314151617181920>>