HomeSort by relevance Sort by last modified time
    Searched refs:findViewById (Results 201 - 225 of 714) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 55 mAddAccountButton = (Button) findViewById(R.id.addContactButton);
56 mContactList = (ListView) findViewById(R.id.contactList);
57 mShowInvisibleControl = (CheckBox) findViewById(R.id.showInvisible);
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NoteEdit.java 41 mTitleText = (EditText) findViewById(R.id.title);
42 mBodyText = (EditText) findViewById(R.id.body);
44 Button confirmButton = (Button) findViewById(R.id.confirm);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 88 (DigitalClock) ret.findViewById(R.id.digitalClock);
96 View indicator = view.findViewById(R.id.indicator);
100 (ImageView) indicator.findViewById(R.id.bar_onoff);
106 (CheckBox) indicator.findViewById(R.id.clock_onoff);
119 (DigitalClock) view.findViewById(R.id.digitalClock);
130 (TextView) digitalClock.findViewById(R.id.daysOfWeek);
142 (TextView) view.findViewById(R.id.label);
210 mAlarmsList = (ListView) findViewById(R.id.alarms_list);
217 View addAlarm = findViewById(R.id.add_alarm);
231 (ImageButton) findViewById(R.id.desk_clock_button)
    [all...]
  /packages/apps/IM/src/com/android/im/app/
ImageListAdapter.java 91 ImageView iv = (ImageView) view.findViewById(mImageId);
92 TextView tv = (TextView)view.findViewById(mTextId);
93 View separator = view.findViewById(mSeparatorId);
  /packages/apps/Mms/tests/src/com/android/mms/
InterceptSendSms.java 67 mRecipientsView = (TextView)activity.findViewById(R.id.recipients_editor);
68 mTextEditor = (EditText)activity.findViewById(R.id.embedded_text_editor);
94 Button mSendButton = (Button) getActivity().getWindow().findViewById(R.id.send_button);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
MultiPartSmsTests.java 93 mRecipientsView = (TextView)a.findViewById(R.id.recipients_editor);
94 mTextEditor = (EditText)a.findViewById(R.id.embedded_text_editor);
121 Button send = (Button)a.findViewById(R.id.send_button);
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java 106 TextView shortcutView = (TextView) view.findViewById(R.id.shortcut);
111 TextView titleView = (TextView) view.findViewById(android.R.id.title);
125 TextView summaryView = (TextView) view.findViewById(android.R.id.summary);
  /packages/apps/Stk/src/com/android/stk/
ToneDialog.java 69 View title = findViewById(com.android.internal.R.id.title);
74 TextView tv = (TextView) findViewById(R.id.message);
75 ImageView iv = (ImageView) findViewById(R.id.icon);
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 136 mIncomingCallWidget = (SlidingTab) findViewById(R.id.incomingCallWidget);
157 mInCallControls = findViewById(R.id.inCallControls);
161 mAddButton = (Button) mInCallControls.findViewById(R.id.addButton);
163 mMergeButton = (Button) mInCallControls.findViewById(R.id.mergeButton);
165 mEndButton = (Button) mInCallControls.findViewById(R.id.endButton);
167 mDialpadButton = (Button) mInCallControls.findViewById(R.id.dialpadButton);
169 mBluetoothButton = (ToggleButton) mInCallControls.findViewById(R.id.bluetoothButton);
171 mMuteButton = (ToggleButton) mInCallControls.findViewById(R.id.muteButton);
173 mSpeakerButton = (ToggleButton) mInCallControls.findViewById(R.id.speakerButton);
177 mHoldButtonContainer = mInCallControls.findViewById(R.id.holdButtonContainer)
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 114 findViewById(R.id.microphone_view).setVisibility(View.INVISIBLE);
115 findViewById(R.id.retry_view).setVisibility(View.INVISIBLE);
116 findViewById(R.id.microphone_loading_view).setVisibility(View.VISIBLE);
118 ((TextView)findViewById(R.id.substate)).setText(R.string.logging_enabled);
253 findViewById(R.id.microphone_view).setVisibility(visible);
254 findViewById(R.id.state).setVisibility(visible);
370 findViewById(R.id.microphone_loading_view).setVisibility(View.INVISIBLE);
371 ((TextView)findViewById(R.id.state)).setText(R.string.listening);
480 ((TextView)findViewById(R.id.state)).setText(R.string.please_try_again);
481 findViewById(R.id.state).setVisibility(View.VISIBLE)
    [all...]
  /cts/tests/src/android/hardware/cts/
CameraStubActivity.java 38 mSurfaceView = (SurfaceView)findViewById(R.id.surface_view);
  /cts/tests/src/android/media/cts/
MediaStubActivity.java 35 SurfaceView surfaceV = (SurfaceView)findViewById(R.id.surface);
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 156 final LinearLayout topPanel = (LinearLayout)mDialog.getWindow().findViewById(
183 mTitleView = (TextView)mDialog.getWindow().findViewById(R.id.alertTitle);
201 mTitleView = (TextView)mDialog.getWindow().findViewById(R.id.alertTitle);
219 mMessageView = (TextView)mDialog.getWindow().findViewById(R.id.message);
237 mMessageView = (TextView)mDialog.getWindow().findViewById(R.id.message);
289 mButton = (Button)mDialog.getWindow().findViewById(R.id.button1);
310 mButton = (Button)mDialog.getWindow().findViewById(R.id.button1);
330 mButton = (Button)mDialog.getWindow().findViewById(R.id.button2);
350 mButton = (Button)mDialog.getWindow().findViewById(R.id.button2);
370 mButton = (Button)mDialog.getWindow().findViewById(R.id.button3)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java 68 final View view = mActivity.findViewById(R.id.fit_windows);
92 final View view = mActivity.findViewById(R.id.fit_windows);
123 final View view = mActivity.findViewById(R.id.fit_windows);
150 final View view = mActivity.findViewById(R.id.fit_windows);
  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 113 linearLayout = (LinearLayout) mActivity.findViewById(R.id.weightsum);
117 linearLayout = (LinearLayout) mActivity.findViewById(R.id.horizontal);
122 linearLayout = (LinearLayout) mActivity.findViewById(R.id.vertical);
192 linearLayout = (LinearLayout) mActivity.findViewById(R.id.baseline_aligned_child_index);
212 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.weightsum);
213 TextView weight02 = (TextView) mActivity.findViewById(R.id.weight_0_2);
214 TextView weight05 = (TextView) mActivity.findViewById(R.id.weight_0_5);
215 TextView weight03 = (TextView) mActivity.findViewById(R.id.weight_0_3);
363 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.horizontal);
364 TextView topView = (TextView) mActivity.findViewById(R.id.gravity_top)
    [all...]
SimpleExpandableListAdapterTest.java 228 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
232 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString());
243 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
247 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString());
298 assertNotNull(result.findViewById(R.id.text1));
302 assertNotNull(result.findViewById(R.id.text1));
313 assertNotNull(result.findViewById(R.id.text1));
317 assertNotNull(result.findViewById(R.id.text1));
423 assertEquals("group00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
427 assertEquals("group30", ((TextView) result.findViewById(R.id.text1)).getText().toString())
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilter.java 45 Button button = (Button)findViewById(R.id.go);
Forwarding.java 67 Button goButton = (Button)findViewById(R.id.go);
Intents.java 36 Button button = (Button)findViewById(R.id.get_music);
LocalSample.java 45 Button button = (Button)findViewById(R.id.go);
RedirectEnter.java 44 Button goButton = (Button)findViewById(R.id.go);
ReorderFour.java 35 Button twoButton = (Button) findViewById(R.id.reorder_second_to_front);
ReorderOnLaunch.java 35 Button twoButton = (Button) findViewById(R.id.reorder_launch_two);
ReorderThree.java 35 Button twoButton = (Button) findViewById(R.id.reorder_launch_four);
ReorderTwo.java 35 Button twoButton = (Button) findViewById(R.id.reorder_launch_three);

Completed in 860 milliseconds

1 2 3 4 5 6 7 891011>>