Searched refs:id (Results 201 - 225 of 1741) sorted by relevance

1234567891011>>

/packages/apps/Settings/src/com/android/settings/
H A DTintablePreference.java43 ((ImageView) view.findViewById(android.R.id.icon)).setImageTintList(
46 ((ImageView) view.findViewById(android.R.id.icon)).setImageTintList(null);
H A DDateTimeSettingsSetupWizard.java83 mUsingXLargeLayout = findViewById(R.id.time_zone_button) != null;
87 findViewById(R.id.next_button).setOnClickListener(this);
98 final View layoutRoot = findViewById(R.id.layout_root);
108 mAutoTimeZoneButton = (CompoundButton)findViewById(R.id.time_zone_auto);
116 mTimeZoneButton = (Button)findViewById(R.id.time_zone_button);
128 mAutoDateTimeButton = (CompoundButton)findViewById(R.id.date_time_auto_button);
132 mTimePicker = (TimePicker)findViewById(R.id.time_picker);
134 mDatePicker = (DatePicker)findViewById(R.id.date_picker);
141 ((Button)findViewById(R.id.next_button)).setOnClickListener(this);
142 final Button skipButton = (Button)findViewById(R.id
233 onItemClick(AdapterView<?> parent, View view, int position, long id) argument
[all...]
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
H A DSetupGuidedStepFragment.java48 view.findViewById(R.id.action_fragment_root).setPadding(0, 0, 0, 0);
50 view.findViewById(R.id.content_fragment).getLayoutParams();
59 View list = view.findViewById(R.id.guidedactions_list);
60 View list2 = view.findViewById(R.id.guidedactions_list2);
62 R.id.guidedactions_list).getLayoutParams();
82 ((ViewGroup) view.findViewById(R.id.guidedactions_list)).setTransitionGroup(false);
85 ViewGroup group = (ViewGroup) view.findViewById(R.id.content_frame);
89 view.findViewById(R.id.guidedactions_list2).setFocusable(false);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DWaitFragment.java92 view.findViewById(R.id.manual_sync).setOnClickListener(this);
93 view.findViewById(R.id.change_sync_settings).setOnClickListener(this);
119 final int id = v.getId();
121 if (id == R.id.change_sync_settings) {
125 } else if (id == R.id.manual_sync) {
133 public Loader<Cursor> onCreateLoader(int id, Bundle bundle) { argument
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTableDream.java31 BummerView bummer = (BummerView) findViewById(R.id.bummer);
39 PhotoTable table = (PhotoTable) findViewById(R.id.table);
/packages/services/Telecomm/src/com/android/server/telecom/settings/
H A DEnableAccountPreferenceActivity.java35 .replace(android.R.id.content, new EnableAccountPreferenceFragment())
48 case android.R.id.home:
/packages/services/Telephony/tests/src/com/android/phone/tests/
H A DOtaspTestActivity.java64 mLabel = (TextView) findViewById(R.id.label1);
67 mProgressBar = (ProgressBar) findViewById(R.id.progress_bar);
68 mResult = (TextView) findViewById(R.id.result1);
70 mButton = (Button) findViewById(R.id.button1);
204 int id = view.getId();
205 Log.i(LOG_TAG, "onClick(View " + view + ", id " + id + ")...");
207 switch (id) {
208 case R.id.button1:
/packages/apps/DeskClock/src/com/android/alarmclock/
H A DDigitalAppWidgetProvider.java94 R.id.digital_appwidget_listview);
99 R.id.the_clock);
171 widget.setOnClickPendingIntent(R.id.digital_appwidget, pendingIntent);
177 WidgetUtils.setTimeFormat(context, widget, false /* showAmPm */, R.id.the_clock);
180 // Set up R.id.digital_appwidget_listview to use a remote views adapter
185 widget.setRemoteAdapter(R.id.digital_appwidget_listview, intent);
190 widget.setPendingIntentTemplate(R.id.digital_appwidget_listview,
195 appWidgetId, R.id.digital_appwidget_listview);
206 widget.setViewPadding(R.id.date_and_alarm, 0, (int) padding, 0, 0);
213 widget.setCharSequence(R.id
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/actionbarmenu/
H A DNavUpMenuItemController.java25 * menu item because it's not inflated through menu.xml, and has its own predefined id.
37 return android.R.id.home;
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DVideoObject.java34 * two thumbnail bitmaps as well as other information such as the id, and the
42 * @param id the image id of the image
46 long id, int index, Uri uri, String dataPath,
48 super(container, cr, id, index, uri, dataPath,
111 long id = mId;
113 id, Images.Thumbnails.MICRO_KIND, null, true);
45 VideoObject(BaseImageList container, ContentResolver cr, long id, int index, Uri uri, String dataPath, String mimeType, long dateTaken, String title) argument
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DLicenseActivity.java32 final WebView webView = (WebView) findViewById(R.id.content);
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DArchivedConversationListActivity.java35 getFragmentManager().beginTransaction().add(android.R.id.content, fragment).commit();
65 final MenuItem item = menu.findItem(R.id.action_debug_options);
76 case R.id.action_debug_options:
79 case android.R.id.home:
/packages/apps/Messaging/src/com/android/messaging/widget/
H A DWidgetConversationProvider.java75 return R.id.message_list;
89 remoteViews.setViewVisibility(R.id.widget_label, View.GONE);
90 remoteViews.setViewVisibility(R.id.message_list, View.GONE);
91 remoteViews.setViewVisibility(R.id.launcher_icon, View.VISIBLE);
92 remoteViews.setViewVisibility(R.id.widget_configuration, View.VISIBLE);
94 remoteViews.setOnClickPendingIntent(R.id.widget_configuration,
99 remoteViews.setOnClickPendingIntent(R.id.widget_header, clickIntent);
106 remoteViews.setViewVisibility(R.id.widget_label, View.VISIBLE);
107 remoteViews.setViewVisibility(R.id.message_list, View.VISIBLE);
108 remoteViews.setViewVisibility(R.id
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DBaseSuggestionView.java57 mText1 = (TextView) findViewById(R.id.text1);
58 mText2 = (TextView) findViewById(R.id.text2);
59 mIcon1 = (ImageView) findViewById(R.id.icon1);
60 mIcon2 = (ImageView) findViewById(R.id.icon2);
/packages/apps/Settings/src/com/android/settings/datausage/
H A DSpinnerPreference.java64 Spinner spinner = (Spinner) holder.findViewById(R.id.cycles_spinner);
72 view.findViewById(R.id.cycles_spinner).performClick();
78 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
82 mListener.onItemSelected(parent, view, position, id);
/packages/apps/TV/src/com/android/tv/data/
H A DGenreItems.java102 * Returns the canonical genre for the given id.
103 * If the id is invalid, {@code null} will be returned instead.
105 public static String getCanonicalGenre(int id) { argument
106 if (id < 0 || id >= CANONICAL_GENRES.length) {
109 return CANONICAL_GENRES[id];
113 * Returns id for the given canonical genre.
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DRadioButtonItem.java37 return R.id.radio_button;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DForgetPrivateConfirmFragment.java53 .id(ACTION_ID_FORGET)
60 final long id = action.getId();
62 if (id == GuidedAction.ACTION_ID_CANCEL) {
64 } else if (id == ACTION_ID_FORGET) {
H A DFormatAsPrivateStepFragment.java62 .id(ACTION_ID_FORMAT)
67 .id(ACTION_ID_LEARN_MORE)
74 final long id = action.getId();
76 if (id == GuidedAction.ACTION_ID_CANCEL) {
79 } else if (id == ACTION_ID_FORMAT) {
82 } /* else if (id == ACTION_ID_LEARN_MORE) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
H A DDeviceNameSettingsActivity.java34 android.R.id.content);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentComposeView.java63 final ImageButton deleteButton = (ImageButton) findViewById(R.id.remove_attachment);
70 ((TextView) findViewById(R.id.attachment_name)).setText(mAttachment.getName());
73 ((TextView) findViewById(R.id.attachment_size)).
76 ((TextView) findViewById(R.id.attachment_size)).setVisibility(View.GONE);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DDetailsNormal.java31 ContactFragment frag = (ContactFragment) findFragmentById(R.id.details);
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestInCallUI.java40 mListView = (ListView) findViewById(R.id.callListView);
55 View endCallButton = findViewById(R.id.end_call_button);
56 View holdButton = findViewById(R.id.hold_button);
57 View muteButton = findViewById(R.id.mute_button);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMenuExecutor.java183 setMenuItemVisible(menu, R.id.action_delete, supportDelete);
184 setMenuItemVisible(menu, R.id.action_rotate_ccw, supportRotate);
185 setMenuItemVisible(menu, R.id.action_rotate_cw, supportRotate);
186 setMenuItemVisible(menu, R.id.action_crop, supportCrop);
187 setMenuItemVisible(menu, R.id.action_trim, supportTrim);
188 setMenuItemVisible(menu, R.id.action_mute, supportMute);
190 setMenuItemVisible(menu, R.id.action_share_panorama, false);
191 setMenuItemVisible(menu, R.id.action_share, supportShare);
192 setMenuItemVisible(menu, R.id.action_setas, supportSetAs);
193 setMenuItemVisible(menu, R.id
[all...]
/packages/apps/Dialer/src/com/android/dialer/list/
H A DBlockedListSearchFragment.java107 .getCustomView().findViewById(R.id.search_view_container);
112 mSearchView = (EditText) searchEditTextLayout.findViewById(R.id.search_view);
116 searchEditTextLayout.findViewById(R.id.search_box_expanded)
141 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
142 super.onItemClick(parent, view, position, id);
146 final Integer blockId = (Integer) view.getTag(R.id.block_id);
166 protected void onItemClick(int position, long id) { argument
174 public void onCheckComplete(Integer id) {
175 if (id == null) {
177 id,
[all...]

Completed in 1318 milliseconds

1234567891011>>