HomeSort by relevance Sort by last modified time
    Searched refs:findViewById (Results 176 - 200 of 2359) sorted by null

1 2 3 4 5 6 78 91011>>

  /developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/
DocumentCentricAppsUnitTest.java 52 .findViewById(R.id.new_document_button);
69 .findViewById(R.id.new_document_button);
72 .findViewById(R.id.multiple_task_checkbox);
  /developers/samples/android/views/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
MainActivity.java 78 TextView textViewResource = (TextView) findViewById(R.id.text_html_resource);
93 TextView textViewHtml = (TextView) findViewById(R.id.text_html_program);
126 TextView textViewSpan = (TextView) findViewById(R.id.text_spannable);
  /development/apps/CustomLocale/src/com/android/customlocale2/
NewLocaleDialog.java 49 mEditText = (EditText) findViewById(R.id.value);
51 mButtonAdd = (Button) findViewById(R.id.add);
54 mButtonAddSelect = (Button) findViewById(R.id.add_and_select);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FinishAffinity.java 40 ((TextView)findViewById(R.id.seq)).setText("Current nesting: " + mNesting);
43 Button button = (Button)findViewById(R.id.nest);
45 button = (Button)findViewById(R.id.finish);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ResourcesSample.java 59 tv = (TextView)findViewById(R.id.styled_text);
65 tv = (TextView)findViewById(R.id.plain_text);
80 tv = (TextView)findViewById(R.id.res1);
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 49 TextView t2 = (TextView) findViewById(R.id.text2);
59 TextView t3 = (TextView) findViewById(R.id.text3);
80 TextView t4 = (TextView) findViewById(R.id.text4);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SeekBar1.java 42 mSeekBar = (SeekBar)findViewById(R.id.seek);
44 mProgressText = (TextView)findViewById(R.id.progress);
45 mTrackingText = (TextView)findViewById(R.id.tracking);
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 64 mLeftButton = (Button) a.findViewById(R.id.leftButton);
65 mCenterButton = (Button) a.findViewById(R.id.centerButton);
66 mRightButton = (Button) a.findViewById(R.id.rightButton);
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
SamplePresentation.java 54 mLayout = (LinearLayout) findViewById(R.id.display_layout);
55 mText = (TextView) findViewById(R.id.display_text);
60 TextView smallText = (TextView) findViewById(R.id.display_smalltext);
  /development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
MainActivity.java 78 TextView textViewResource = (TextView) findViewById(R.id.text_html_resource);
93 TextView textViewHtml = (TextView) findViewById(R.id.text_html_program);
126 TextView textViewSpan = (TextView) findViewById(R.id.text_spannable);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
OutputController.java 29 sc.attachToView((ViewGroup) findViewById(viewId));
35 ledC.attachToView((ViewGroup) findViewById(viewId));
41 r.attachToView((ViewGroup) findViewById(viewId));
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
LLOfTwoFocusableInTouchMode.java 41 mButton1 = findViewById(R.id.button1);
42 mButton2 = findViewById(R.id.button2);
43 mButton3 = findViewById(R.id.button3);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
FixedWidthTest.java 44 mFixedWidth = activity.findViewById(R.id.fixed_width);
45 mNonFixedWidth = activity.findViewById(R.id.non_fixed_width);
46 mFixedHeight = activity.findViewById(R.id.fixed_height);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListFilter.java 47 mFrame = findViewById(R.id.frame);
49 mHide = (Button) findViewById(R.id.hide);
52 mShow = (Button) findViewById(R.id.show);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
StackActivity.java 38 StackView stack = (StackView) findViewById(R.id.stack_view);
51 ((ImageView) item.findViewById(R.id.textview_icon)).setImageDrawable(
53 ((TextView) item.findViewById(R.id.mini_text)).setText("" + position);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DelayedTransition.java 39 final Button button1 = (Button) findViewById(R.id.button1);
40 final Button button2 = (Button) findViewById(R.id.button2);
41 final LinearLayout container = (LinearLayout) findViewById(R.id.container);
  /packages/apps/Dialer/src/com/android/dialer/widget/
SearchEditTextLayout.java 92 mCollapsed = findViewById(R.id.search_box_collapsed);
93 mExpanded = findViewById(R.id.search_box_expanded);
94 mSearchView = (EditText) mExpanded.findViewById(R.id.search_view);
96 mSearchIcon = findViewById(R.id.search_magnifying_glass);
97 mCollapsedSearchBox = findViewById(R.id.search_box_start_search);
98 mVoiceSearchButtonView = findViewById(R.id.voice_search_button);
99 mOverflowButtonView = findViewById(R.id.dialtacts_options_menu_button);
100 mBackButtonView = findViewById(R.id.search_back_button);
101 mExpandedSearchBox = findViewById(R.id.search_box_expanded);
102 mClearButtonView = findViewById(R.id.search_close_button)
    [all...]
  /packages/apps/Music/src/com/android/music/
DeleteItems.java 44 mPrompt = (TextView)findViewById(R.id.prompt);
45 mButton = (Button) findViewById(R.id.delete);
48 ((Button)findViewById(R.id.cancel)).setOnClickListener(new View.OnClickListener() {
  /packages/apps/Settings/src/com/android/settings/accessibility/
PresetPreference.java 52 final View previewViewport = view.findViewById(R.id.preview_viewport);
53 final SubtitleView previewText = (SubtitleView) view.findViewById(R.id.preview);
63 final TextView summary = (TextView) view.findViewById(R.id.summary);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
FileItemInfoLayout.java 50 mFileNameView = (TextView) findViewById(R.id.misc_filename);
51 mFileSizeView = (TextView) findViewById(R.id.misc_filesize);
52 mCheckbox = (CheckBox) findViewById(R.id.misc_checkbox);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 63 final ProgressBar progress = (ProgressBar) view.findViewById(android.R.id.progress);
66 final TextView text1 = (TextView) view.findViewById(android.R.id.text1);
70 final TextView titleView = (TextView) view.findViewById(android.R.id.title);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestDialerActivity.java 19 findViewById(R.id.set_default_button).setOnClickListener(new OnClickListener() {
25 findViewById(R.id.place_call_button).setOnClickListener(new OnClickListener() {
32 mNumberView = (EditText) findViewById(R.id.number);
  /cts/tests/tests/widget/src/android/widget/cts/
ViewAnimatorTest.java 89 final View v1 = mActivity.findViewById(R.id.ok);
90 final View v2 = mActivity.findViewById(R.id.cancel);
91 final View v3 = mActivity.findViewById(R.id.label);
92 final View v4 = mActivity.findViewById(R.id.entry);
134 final View v1 = mActivity.findViewById(R.id.ok);
135 final View v2 = mActivity.findViewById(R.id.cancel);
168 final View v1 = mActivity.findViewById(R.id.ok);
169 final View v2 = mActivity.findViewById(R.id.cancel);
196 final View v1 = mActivity.findViewById(R.id.ok);
197 final View v2 = mActivity.findViewById(R.id.cancel)
    [all...]
  /development/apps/Development/src/com/android/development/
PackageSummary.java 69 mPackage = (TextView)findViewById(R.id.packageView);
70 mIconImage = (ImageView)findViewById(R.id.icon);
71 mClass = (TextView)findViewById(R.id.classView);
72 mLabel = (TextView)findViewById(R.id.label);
73 mDisabled = findViewById(R.id.disabled);
74 mSystem = findViewById(R.id.system);
75 mDebuggable = findViewById(R.id.debuggable);
76 mNoCode = findViewById(R.id.nocode);
77 mPersistent = findViewById(R.id.persistent);
78 mRestart = (Button)findViewById(R.id.restart)
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 179 mIpSettingsSpinner = (Spinner) mView.findViewById(R.id.ip_settings);
181 mProxySettingsSpinner = (Spinner) mView.findViewById(R.id.proxy_settings);
187 mSsidView = (TextView) mView.findViewById(R.id.ssid);
189 mSecuritySpinner = ((Spinner) mView.findViewById(R.id.security));
192 mView.findViewById(R.id.type_ssid).setVisibility(View.VISIBLE);
193 mView.findViewById(R.id.type_security).setVisibility(View.VISIBLE);
201 mView.findViewById(R.id.type).setVisibility(View.VISIBLE);
206 mView.findViewById(R.id.wifi_advanced_toggle).setVisibility(View.VISIBLE);
207 ((CheckBox)mView.findViewById(R.id.wifi_advanced_togglebox))
215 ViewGroup group = (ViewGroup) mView.findViewById(R.id.info)
    [all...]

Completed in 792 milliseconds

1 2 3 4 5 6 78 91011>>