Searched refs:id (Results 401 - 425 of 1376) sorted by relevance

<<11121314151617181920>>

/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java62 * view hierarchy <em>must</em> have a GridView whose id is
63 * {@link android.R.id#grid android.R.id.list} and can optionally have a
64 * sibling text view id {@link android.R.id#empty android.R.id.empty} that
119 * @param id The id of the item that was clicked
121 public void onGridItemClick(GridView g, View v, int position, long id) { argument
283 View empty = root.findViewById(android.R.id
345 onItemClick(AdapterView<?> parent, View v, int position, long id) argument
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DMasterClear.java132 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_master_clear);
134 mExternalStorageContainer = mContentView.findViewById(R.id.erase_external_container);
135 mExternalStorage = (CheckBox) mContentView.findViewById(R.id.erase_external);
149 final View externalOption = mContentView.findViewById(R.id.erase_external_option_text);
152 final View externalAlsoErased = mContentView.findViewById(R.id.also_erases_external);
177 View accountsLabel = mContentView.findViewById(R.id.accounts_label);
178 LinearLayout contents = (LinearLayout)mContentView.findViewById(R.id.accounts);
H A DConfirmLockPassword.java115 view.findViewById(R.id.cancel_button).setOnClickListener(this);
116 mContinueButton = (Button) view.findViewById(R.id.next_button);
120 mPasswordEntry = (TextView) view.findViewById(R.id.password_entry);
124 mKeyboardView = (PasswordEntryKeyboardView) view.findViewById(R.id.keyboard);
125 mHeaderText = (TextView) view.findViewById(R.id.headerText);
153 int id = getDefaultHeader();
154 CharSequence title = getText(id);
244 case R.id.next_button:
248 case R.id.cancel_button:
/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsAppWidgetProvider.java354 public int getContainerId() { return R.id.btn_wifi; }
355 public int getButtonId() { return R.id.img_wifi; }
356 public int getIndicatorId() { return R.id.ind_wifi; }
439 public int getContainerId() { return R.id.btn_bluetooth; }
440 public int getButtonId() { return R.id.img_bluetooth; }
441 public int getIndicatorId() { return R.id.ind_bluetooth; }
514 public int getContainerId() { return R.id.btn_location; }
515 public int getButtonId() { return R.id.img_location; }
516 public int getIndicatorId() { return R.id.ind_location; }
596 public int getContainerId() { return R.id
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DPasswordInputWizardFragment.java91 ((ViewGroup) view.findViewById(R.id.description)).addView(content);
92 ((ViewGroup) view.findViewById(R.id.action)).addView(action);
94 TextView titleText = (TextView) content.findViewById(R.id.title_text);
95 TextView descriptionText = (TextView) content.findViewById(R.id.description_text);
96 mTextInput = (EditText) action.findViewById(R.id.text_input);
97 textObsufactionToggle = (CheckBox) action.findViewById(R.id.text_obfuscation_toggle);
99 TextView editSuffixText = (TextView) action.findViewById(R.id.edit_suffix_text);
/packages/apps/Browser/src/com/android/browser/
H A DNavigationBarPhone.java71 mStopButton = (ImageView) findViewById(R.id.stop);
73 mClearButton = (ImageView) findViewById(R.id.clear);
75 mVoiceButton = (ImageView) findViewById(R.id.voice);
77 mMagnify = (ImageView) findViewById(R.id.magnify);
78 mTabSwitcher = findViewById(R.id.tab_switcher);
80 mMore = findViewById(R.id.more);
82 mComboIcon = findViewById(R.id.iconcombo);
84 mTitleContainer = findViewById(R.id.title_bg);
95 mIncognitoIcon = findViewById(R.id.incognito_icon);
/packages/apps/Stk/src/com/android/stk/
H A DStkMenuActivity.java63 // message id for time out
87 mTitleTextView = (TextView) findViewById(R.id.title_text);
88 mTitleIconView = (ImageView) findViewById(R.id.title_icon);
89 mProgressView = (ProgressBar) findViewById(R.id.progress_bar);
108 protected void onListItemClick(ListView l, View v, int position, long id) { argument
109 super.onListItemClick(l, v, position, id);
119 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
237 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
273 CatLog.d(this, "item id:" + stkItem.id);
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DNetworkSetting.java285 protected Dialog onCreateDialog(int id) { argument
287 if ((id == DIALOG_NETWORK_SELECTION) || (id == DIALOG_NETWORK_LIST_LOAD) ||
288 (id == DIALOG_NETWORK_AUTO_SELECT)) {
290 switch (id) {
320 protected void onPrepareDialog(int id, Dialog dialog) { argument
321 if ((id == DIALOG_NETWORK_SELECTION) || (id == DIALOG_NETWORK_LIST_LOAD) ||
322 (id == DIALOG_NETWORK_AUTO_SELECT)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppHandoverReceiver.java78 int id = intent.getIntExtra(Constants.EXTRA_BT_OPP_TRANSFER_ID, -1);
79 if (id != -1) {
80 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + id);
/packages/apps/Browser/src/com/android/browser/addbookmark/
H A DFolderSpinnerAdapter.java140 long id = position;
142 id++;
144 return id;
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaListView.java172 public void onItemClick(AdapterView<?> a, View v, int position, long id) { argument
173 if (id != -1) {
201 controller.sendEventRelatedEventWithExtra(this, EventType.VIEW_EVENT, item.id,
208 public void goTo(Time time, long id, String searchQuery, boolean forced, argument
224 mWindowAdapter.refresh(mTime, id, searchQuery, forced, refreshEventInfo);
235 mDeleteEventHelper.delete(agendaItem.begin, agendaItem.end, agendaItem.id, -1);
325 // Finds is a specific event (defined by start time and id) is visible
326 public boolean isAgendaItemVisible(Time startTime, long id) { argument
328 if (id == -1 || startTime == null) {
350 if (agendaItem.id
365 setSelectedInstanceId(long id) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSimpleAdapter.java87 long id; field in class:SelectCalendarsSimpleAdapter.CalendarRow
200 mData[p].id = c.getLong(mIdColumn);
228 final View delegate = view.findViewById(R.id.color);
247 TextView calendarName = (TextView) view.findViewById(R.id.calendar);
250 View colorView = view.findViewById(R.id.color);
261 mColorPickerDialog = CalendarColorPickerDialog.newInstance(mData[position].id,
264 mColorPickerDialog.setCalendarId(mData[position].id);
281 CheckBox syncCheckBox = (CheckBox) view.findViewById(R.id.sync);
289 TextView secondaryText = (TextView) view.findViewById(R.id.status);
312 view.findViewById(R.id
[all...]
H A DSelectVisibleCalendarsActivity.java63 R.id.main_frame);
69 ft.replace(R.id.main_frame, mFragment);
107 case android.R.id.home:
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DBaseRawContactEditorView.java68 mBody = findViewById(R.id.body);
69 mDivider = findViewById(R.id.divider);
71 mPhoto = (PhotoEditorView)findViewById(R.id.edit_photo);
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerAlertFullScreen.java47 final View view = findViewById(R.id.fragment_container);
72 .add(R.id.fragment_container, timerFragment, FRAGMENT).commit();
130 ViewGroup viewContainer = (ViewGroup)findViewById(R.id.fragment_container);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DAllContactsFragment.java53 View emptyListView = view.findViewById(R.id.empty_list_view);
83 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
91 protected void onItemClick(int position, long id) { argument
/packages/apps/Email/tests/src/com/android/email/activity/setup/
H A DAccountSetupIncomingTests.java68 final View nextButton = mActivity.findViewById(R.id.next);
186 mServerView = (EditText) mActivity.findViewById(R.id.account_server);
187 mAuthenticationView = (AuthenticationView) mActivity.findViewById(R.id.authentication_view);
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DImageList.java121 long id = cursor.getLong(INDEX_ID);
134 return new Image(this, mContentResolver, id, cursor.getPosition(),
135 contentUri(id), dataPath, mimeType, dateTaken, title,
H A DVideoList.java59 long id = cursor.getLong(INDEX_ID);
72 id, cursor.getPosition(), contentUri(id), dataPath,
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DTitledSlider.java51 mSeekBar = (SeekBar) mTopView.findViewById(R.id.controlValueSeekBar);
52 mControlName = (TextView) mTopView.findViewById(R.id.controlName);
53 mControlValue = (TextView) mTopView.findViewById(R.id.controlValue);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DDateTileView.java82 mDateTextView = (TextView) findViewById(R.id.date_tile_day);
83 mMonthTextView = (TextView) findViewById(R.id.date_tile_month);
84 mYearTextView = (TextView) findViewById(R.id.date_tile_year);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetsRestoredReceiver.java38 * Updates the app widgets whose id has changed during the restore process.
46 Log.i(TAG, "Widget state restore id " + oldWidgetIds[i] + " => " + newWidgetIds[i]);
85 for (Integer id : idsToRemove) {
86 appWidgetHost.deleteAppWidgetId(id);
87 Log.e(TAG, "Widget no longer present, appWidgetId=" + id);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DBasicSettingPopup.java74 new int[] {R.id.text, R.id.image});
98 int index, long id) {
97 onItemClick(AdapterView<?> parent, View view, int index, long id) argument
/packages/apps/Mms/tests/src/com/android/mms/
H A DInterceptSendSms.java67 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/Music/src/com/android/music/
H A DVideoBrowserActivity.java73 new int[] { android.R.id.text1 });
79 protected void onListItemClick(ListView l, View v, int position, long id) argument
84 intent.setDataAndType(ContentUris.withAppendedId(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, id), type);

Completed in 756 milliseconds

<<11121314151617181920>>