Searched refs:id (Results 226 - 250 of 1376) sorted by relevance

1234567891011>>

/packages/apps/Browser/src/com/android/browser/
H A DController.java141 { R.id.window_one_menu_id, R.id.window_two_menu_id,
142 R.id.window_three_menu_id, R.id.window_four_menu_id,
143 R.id.window_five_menu_id, R.id.window_six_menu_id,
144 R.id.window_seven_menu_id, R.id.window_eight_menu_id };
180 private int mMenuState = R.id.MAIN_MENU;
495 case R.id
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorColorBorderTabletUI.java63 R.id.draw_color_button01,
64 R.id.draw_color_button02,
65 R.id.draw_color_button03,
66 R.id.draw_color_button04,
67 R.id.draw_color_button05,
98 LinearLayout buttonContainer = (LinearLayout) lp.findViewById(R.id.listStyles);
100 mCBCornerSizeSeekBar = (SeekBar) lp.findViewById(R.id.colorBorderCornerSizeSeekBar);
101 mCBCornerSizeValue = (TextView) lp.findViewById(R.id.colorBorderCornerValue);
102 mCBSizeSeekBar = (SeekBar) lp.findViewById(R.id.colorBorderSizeSeekBar);
104 mCBSizeValue = (TextView) lp.findViewById(R.id
[all...]
H A DEditorGrad.java47 public static final int ID = R.id.editorGrad;
60 super(ID, R.layout.filtershow_grad_editor, R.id.gradEditor);
114 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
137 MenuItem item = mPopupMenu.getMenu().findItem(R.id.editor_grad_brightness);
148 mSeekBar = (SeekBar) editControl.findViewById(R.id.primarySeekBar);
157 mAdapters[0] = new ParamAdapter(R.id.gradContrastSeekBar, R.id.gradContrastValue,
159 mAdapters[1] = new ParamAdapter(R.id.gradBrightnessSeekBar, R.id.gradBrightnessValue,
161 mAdapters[2] = new ParamAdapter(R.id
[all...]
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiStatusTest.java108 /* TODO: handle network id change info later */
132 updateButton = (Button) findViewById(R.id.update);
135 mWifiState = (TextView) findViewById(R.id.wifi_state);
136 mNetworkState = (TextView) findViewById(R.id.network_state);
137 mSupplicantState = (TextView) findViewById(R.id.supplicant_state);
138 mRSSI = (TextView) findViewById(R.id.rssi);
139 mBSSID = (TextView) findViewById(R.id.bssid);
140 mSSID = (TextView) findViewById(R.id.ssid);
141 mHiddenSSID = (TextView) findViewById(R.id.hidden_ssid);
142 mIPAddr = (TextView) findViewById(R.id
[all...]
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventActivity.java76 mEditFragment = (EditEventFragment) getFragmentManager().findFragmentById(R.id.main_frame);
86 mEventInfo.id == -1 ? R.string.event_create : R.string.event_edit);
96 if (mEventInfo.id == -1) {
107 ft.replace(R.id.main_frame, mEditFragment);
154 info.id = eventId;
168 if (item.getItemId() == android.R.id.home) {
/packages/apps/Camera/src/com/android/camera/ui/
H A DTimeIntervalPopup.java75 mNumberSpinner = (NumberPicker) findViewById(R.id.duration);
82 mUnitSpinner = (NumberPicker) findViewById(R.id.duration_unit);
88 mTimePicker = findViewById(R.id.time_interval_picker);
89 mTimeLapseSwitch = (Switch) findViewById(R.id.time_lapse_switch);
90 mHelpText = (TextView) findViewById(R.id.set_time_interval_help_text);
91 mConfirmButton = (Button) findViewById(R.id.time_lapse_interval_set_button);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DGroupEditorActivity.java69 View saveMenuItem = customActionBarView.findViewById(R.id.save_menu_item);
84 R.id.group_editor_fragment);
97 protected Dialog onCreateDialog(int id, Bundle args) { argument
98 if (DialogManager.isManagedId(id)) {
99 return mDialogManager.onCreateDialog(id, args);
102 Log.w(TAG, "Unknown dialog requested, id: " + id + ", args: " + args);
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerListItem.java55 mTimerText = (CountingTimerView) findViewById(R.id.timer_time_text);
56 mCircleView = (CircleTimerView) findViewById(R.id.timer_time);
57 mResetAddButton = (ImageView) findViewById(R.id.reset_add);
63 mCircleView = (CircleTimerView) findViewById(R.id.timer_time);
125 mResetAddButton = (ImageView) findViewById(R.id.reset_add);
136 mTimerText = (CountingTimerView) findViewById(R.id.timer_time_text);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupABFragment.java90 final TextView abInstructions = UiUtilities.getView(view, R.id.ab_instructions);
94 final View nextButton = UiUtilities.getView(view, R.id.next);
97 final Button abButtonA = UiUtilities.getView(view, R.id.ab_button_a);
101 final Button abButtonB = UiUtilities.getView(view, R.id.ab_button_b);
112 if (viewId == R.id.ab_button_a) {
114 } else if (viewId == R.id.ab_button_b) {
/packages/apps/Launcher3/protos/
H A Dbackup.proto31 optional int64 id = 3;
49 required int64 id = 1;
70 required int64 id = 1;
/packages/apps/Mms/src/com/android/mms/widget/
H A DMmsWidgetProvider.java71 R.id.conversation_list);
91 remoteViews.setRemoteAdapter(appWidgetId, R.id.conversation_list, intent);
93 remoteViews.setTextViewText(R.id.widget_label, context.getString(R.string.app_label));
99 remoteViews.setOnClickPendingIntent(R.id.widget_header, clickIntent);
106 remoteViews.setOnClickPendingIntent(R.id.widget_compose, clickIntent);
114 remoteViews.setPendingIntentTemplate(R.id.conversation_list,
/packages/apps/Settings/src/com/android/settings/users/
H A DRestrictedProfileSettings.java69 mUserIconView = (ImageView) mHeaderView.findViewById(android.R.id.icon);
70 mUserNameView = (TextView) mHeaderView.findViewById(android.R.id.title);
71 mDeleteButton = (ImageView) mHeaderView.findViewById(R.id.delete);
94 ((TextView) mHeaderView.findViewById(android.R.id.title)).setText(info.name);
95 ((ImageView) mHeaderView.findViewById(android.R.id.icon)).setImageDrawable(
103 if (user.id == thisUser.getIdentifier()) {
/packages/apps/Calendar/src/com/android/calendar/
H A DEmailAddressAdapter.java56 TextView text1 = (TextView)view.findViewById(R.id.text1);
57 TextView text2 = (TextView)view.findViewById(R.id.text2);
64 TextView text1 = (TextView)view.findViewById(R.id.text1);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastListItem.java54 mChannelView = (TextView) findViewById(R.id.channel);
55 mDateView = (TextView) findViewById(R.id.date);
56 mMessageView = (TextView) findViewById(R.id.message);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteSquareTileView.java51 final TextView nameView = (TextView) findViewById(R.id.contact_tile_name);
53 final TextView phoneTypeView = (TextView) findViewById(R.id.contact_tile_phone_type);
55 mSecondaryButton = (ImageButton) findViewById(R.id.contact_tile_secondary_button);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFileCache.java63 private long id; field in class:FileCache.CacheEntry
67 private CacheEntry(long id, String contentUrl, File cacheFile) { argument
68 this.id = id;
138 updateLastAccess(entry.id);
147 file.id, downloadUrl, new File(mRootDir, file.filename));
151 TABLE_NAME, ID_WHERE, new String[] {String.valueOf(file.id)});
175 updateLastAccess(entry.id);
182 private void updateLastAccess(long id) { argument
186 values, ID_WHERE, new String[] {String.valueOf(id)});
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalSource.java136 int id = 0;
138 id = Integer.parseInt(bucketId);
140 Log.w(TAG, "invalid bucket id: " + bucketId, e);
145 return Path.fromString("/local/image").getChild(id);
147 return Path.fromString("/local/video").getChild(id);
149 return Path.fromString("/local/all").getChild(id);
158 long id = ContentUris.parseId(uri);
159 return id >= 0 ? LocalImage.ITEM_PATH.getChild(id) : null;
162 long id
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DIconUtilities.java36 public static Bitmap getFXBitmap(Resources res, int id) { argument
41 if (id != 0) {
42 return BitmapFactory.decodeResource(res, id, o);
/packages/apps/Gallery2/src/com/android/photos/adapters/
H A DAlbumSetCursorAdapter.java52 R.id.album_set_item_title);
56 R.id.album_set_item_count);
62 R.id.album_set_item_image);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DThumbnail.java165 bitmap = Images.Thumbnails.getThumbnail(resolver, image.id,
169 bitmap = Video.Thumbnails.getThumbnail(resolver, video.id,
182 public Media(long id, int orientation, long dateTaken, Uri uri) { argument
183 this.id = id;
189 public final long id; field in class:Thumbnail.Media
209 long id = cursor.getLong(0);
210 return new Media(id, cursor.getInt(1), cursor.getLong(2),
211 ContentUris.withAppendedId(baseUri, id));
235 long id
[all...]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DPreBootListener.java57 pm.clearCrossProfileIntentFilters(userInfo.id);
59 pm, currentUserId, userInfo.id);
60 deleteNonRequiredApps(context, userInfo.id);
/packages/apps/Music/src/com/android/music/
H A DWeekSelector.java41 mWeeks = (VerticalTextSpinner)findViewById(R.id.weeks);
50 ((Button) findViewById(R.id.set)).setOnClickListener(mListener);
52 ((Button) findViewById(R.id.cancel)).setOnClickListener(new View.OnClickListener() {
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DInstallAppProgress.java186 public Dialog onCreateDialog(int id, Bundle bundle) { argument
187 switch (id) {
213 private void showDialogInner(int id) { argument
214 removeDialog(id);
215 showDialog(id);
251 PackageUtil.initSnippetForNewApp(this, as, R.id.app_snippet);
252 mStatusTextView = (TextView)findViewById(R.id.center_text);
254 mExplanationTextView = (TextView) findViewById(R.id.center_explanation);
255 mProgressBar = (ProgressBar) findViewById(R.id.progress_bar);
258 mOkPanel = (View)findViewById(R.id
[all...]
/packages/apps/Protips/src/com/android/protips/
H A DProtipWidget.java200 updateViews.setOnClickPendingIntent(R.id.tip_bubble, pending);
208 updateViews.setOnClickPendingIntent(R.id.bugdroid, pending);
223 updateViews.setImageViewResource(R.id.tip_callout, resId);
224 updateViews.setViewVisibility(R.id.tip_callout, View.VISIBLE);
227 updateViews.setImageViewResource(R.id.tip_callout, 0);
228 updateViews.setViewVisibility(R.id.tip_callout, View.GONE);
231 updateViews.setTextViewText(R.id.tip_message,
233 updateViews.setTextViewText(R.id.tip_header,
235 updateViews.setTextViewText(R.id.tip_footer,
239 updateViews.setViewVisibility(R.id
[all...]
/packages/apps/Stk/src/com/android/stk/
H A DStkInputActivity.java70 // message id for time out
91 case R.id.button_ok:
99 case R.id.button_yes:
102 case R.id.button_no:
119 mTextIn = (EditText) this.findViewById(R.id.in_text);
120 mPromptView = (TextView) this.findViewById(R.id.prompt);
123 Button okButton = (Button) findViewById(R.id.button_ok);
124 Button yesButton = (Button) findViewById(R.id.button_yes);
125 Button noButton = (Button) findViewById(R.id.button_no);
131 mYesNoLayout = findViewById(R.id
[all...]

Completed in 906 milliseconds

1234567891011>>