Searched refs:id (Results 251 - 275 of 1258) sorted by relevance

<<11121314151617181920>>

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DFeedbackActivity.java29 final FeedbackLayout layout = (FeedbackLayout) findViewById(R.id.research_feedback_layout);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DFlipperDreamSettings.java102 mSelectAll = menu.findItem(R.id.photodream_menu_all);
110 case R.id.photodream_menu_all:
121 View empty = findViewById(R.id.spinner);
122 View sorry = findViewById(R.id.sorry);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapActivity.java127 private void showPbapDialog(int id) { argument
129 switch (id) {
146 private String createDisplayText(final int id) { argument
148 switch (id) {
157 private View createView(final int id) { argument
158 switch (id) {
161 messageView = (TextView)mView.findViewById(R.id.message);
162 messageView.setText(createDisplayText(id));
163 mKeyView = (EditText)mView.findViewById(R.id.text);
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetProvider.java142 views.setTextViewText(R.id.day_of_week, dayOfWeek);
143 views.setTextViewText(R.id.date, date);
145 views.setRemoteAdapter(appWidgetId, R.id.events_list, updateIntent);
146 appWidgetManager.notifyAppWidgetViewDataChanged(appWidgetId, R.id.events_list);
156 views.setOnClickPendingIntent(R.id.header, launchCalendarPendingIntent);
162 views.setPendingIntentTemplate(R.id.events_list, updateEventIntent);
206 static Intent getLaunchFillInIntent(Context context, long id, long start, long end, argument
210 if (id != 0) {
215 dataString += "/" + id;
216 // If we have an event id
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DRotateDialogController.java62 mDialogRootLayout = v.findViewById(R.id.rotate_dialog_root_layout);
63 mRotateDialog = (RotateLayout) v.findViewById(R.id.rotate_dialog_layout);
64 mRotateDialogTitleLayout = v.findViewById(R.id.rotate_dialog_title_layout);
65 mRotateDialogButtonLayout = v.findViewById(R.id.rotate_dialog_button_layout);
66 mRotateDialogTitle = (TextView) v.findViewById(R.id.rotate_dialog_title);
67 mRotateDialogSpinner = (ProgressBar) v.findViewById(R.id.rotate_dialog_spinner);
68 mRotateDialogText = (TextView) v.findViewById(R.id.rotate_dialog_text);
69 mRotateDialogButton1 = (Button) v.findViewById(R.id.rotate_dialog_button1);
70 mRotateDialogButton2 = (Button) v.findViewById(R.id.rotate_dialog_button2);
/packages/apps/Camera/tests/src/com/android/camera/activity/
H A DCameraTestCase.java85 getActivity().findViewById(R.id.gl_root_view).postDelayed(runnable, 50);
102 getActivity().findViewById(R.id.gl_root_view).postDelayed(runnable, 50);
184 protected void performClick(final int id) { argument
187 assertNotNull(activity.findViewById(id));
192 View v = getActivity().findViewById(id);
207 protected void assertViewNotExist(int id) { argument
210 assertNull(activity.findViewById(id));
213 protected void assertViewNotVisible(int id) { argument
216 View view = activity.findViewById(id);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorColorBorder.java47 public static final int ID = R.id.editorColorBorder;
107 Button view = (Button) accessoryViewList.findViewById(R.id.applyEffect);
125 R.id.applyEffect);
151 case R.id.color_border_menu_clear:
154 case R.id.color_border_menu_size:
157 case R.id.color_border_menu_corner_size:
160 case R.id.color_border_menu_color:
164 if (item.getItemId() != R.id.color_border_menu_clear) {
193 mSeekBar = (SeekBar) editControl.findViewById(R.id.primarySeekBar);
H A DEditorPanel.java78 View actionControl = mMainView.findViewById(R.id.panelAccessoryViewList);
79 View editControl = mMainView.findViewById(R.id.controlArea);
80 ImageButton cancelButton = (ImageButton) mMainView.findViewById(R.id.cancelFilter);
81 ImageButton applyButton = (ImageButton) mMainView.findViewById(R.id.applyFilter);
82 Button editTitle = (Button) mMainView.findViewById(R.id.applyEffect);
92 Button toggleState = (Button) mMainView.findViewById(R.id.toggle_state);
123 View container = mMainView.findViewById(R.id.state_panel_container);
128 container = activity.getMainStatePanelContainer(R.id.state_panel_container);
146 transaction.replace(R.id.state_panel_container, statePanel, StatePanel.FRAGMENT_TAG);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWidget.java75 final ImageView image = (ImageView) findViewById(R.id.widget_preview);
95 final ImageView image = (ImageView) findViewById(R.id.widget_preview);
111 final ImageView image = (ImageView) findViewById(R.id.widget_preview);
115 final TextView name = (TextView) findViewById(R.id.widget_name);
117 final TextView dims = (TextView) findViewById(R.id.widget_dims);
131 final TextView name = (TextView) findViewById(R.id.widget_name);
133 final TextView dims = (TextView) findViewById(R.id.widget_dims);
141 final ImageView i = (ImageView) findViewById(R.id.widget_preview);
150 (PagedViewWidgetImageView) findViewById(R.id.widget_preview);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DModePicker.java85 mModeSelectionFrame = findViewById(R.id.mode_selection);
88 (RotateImageView) findViewById(R.id.mode_panorama);
90 (RotateImageView) findViewById(R.id.mode_video);
92 (RotateImageView) findViewById(R.id.mode_camera);
95 mCurrentModeFrame = findViewById(R.id.current_mode);
98 mCurrentModeIcon[0] = (RotateImageView) findViewById(R.id.mode_0);
99 mCurrentModeIcon[1] = (RotateImageView) findViewById(R.id.mode_1);
100 mCurrentModeIcon[2] = (RotateImageView) findViewById(R.id.mode_2);
103 mCurrentModeBar = findViewById(R.id.current_mode_bar);
/packages/apps/Mms/apptests/src/com/android/mms/tests/
H A DSmsSendIntentTestActivity.java58 mRecipient = (EditText)findViewById(R.id.sms_recipient);
59 mMessage = (EditText)findViewById(R.id.sms_content);
65 Button sendButton = (Button) findViewById(R.id.sms_send_message);
72 Button sendUnlockButton = (Button) findViewById(R.id.sms_send_message_unlock_screen);
79 Button sendMultiButton = (Button) findViewById(R.id.sms_send_multi_message);
86 Button sendLongButton = (Button) findViewById(R.id.sms_send_long_message);
93 Button primeButton = (Button) findViewById(R.id.sms_prime_message);
100 Button notificationsButton = (Button) findViewById(R.id.turn_off_notification_message);
180 Button notificationsButton = (Button) findViewById(R.id.turn_off_notification_message);
/packages/apps/Music/src/com/android/music/
H A DRenamePlaylist.java55 mPrompt = (TextView)findViewById(R.id.prompt);
56 mPlaylist = (EditText)findViewById(R.id.playlist);
57 mSaveButton = (Button) findViewById(R.id.create);
60 ((Button)findViewById(R.id.cancel)).setOnClickListener(new View.OnClickListener() {
127 int id = -1;
131 id = c.getInt(0);
135 return id;
138 private String nameForId(long id) { argument
142 new String[] { Long.valueOf(id).toString() },
/packages/apps/Settings/src/com/android/settings/
H A DBatteryInfo.java156 mStatus = (TextView)findViewById(R.id.status);
157 mPower = (TextView)findViewById(R.id.power);
158 mLevel = (TextView)findViewById(R.id.level);
159 mScale = (TextView)findViewById(R.id.scale);
160 mHealth = (TextView)findViewById(R.id.health);
161 mTechnology = (TextView)findViewById(R.id.technology);
162 mVoltage = (TextView)findViewById(R.id.voltage);
163 mTemperature = (TextView)findViewById(R.id.temperature);
164 mUptime = (TextView) findViewById(R.id.uptime);
H A DConfirmLockPassword.java101 view.findViewById(R.id.cancel_button).setOnClickListener(this);
102 mContinueButton = (Button) view.findViewById(R.id.next_button);
106 mPasswordEntry = (TextView) view.findViewById(R.id.password_entry);
110 mKeyboardView = (PasswordEntryKeyboardView) view.findViewById(R.id.keyboard);
111 mHeaderText = (TextView) view.findViewById(R.id.headerText);
133 int id = isAlpha ? R.string.lockpassword_confirm_your_password_header
135 CharSequence title = getText(id);
171 case R.id.next_button:
175 case R.id.cancel_button:
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsDetails.java63 final View appSnippet = mRootView.findViewById(R.id.app_snippet);
66 ImageView icon = (ImageView) appSnippet.findViewById(R.id.app_icon);
69 TextView label = (TextView) appSnippet.findViewById(R.id.app_name);
72 mAppVersion = (TextView) appSnippet.findViewById(R.id.app_size);
132 ((ImageView)view.findViewById(R.id.op_icon)).setImageDrawable(
139 ((TextView)view.findViewById(R.id.op_name)).setText(
141 ((TextView)view.findViewById(R.id.op_time)).setText(
143 Switch sw = (Switch)view.findViewById(R.id.switchWidget);
190 mOperationsSection = (LinearLayout)view.findViewById(R.id.operations_section);
H A DProcessStatsDetail.java123 final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary);
126 mTitleView = (TextView) mRootView.findViewById(android.R.id.title);
128 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1);
130 final ProgressBar progress = (ProgressBar) mRootView.findViewById(android.R.id.progress);
132 final ImageView icon = (ImageView) mRootView.findViewById(android.R.id.icon);
137 mTwoButtonsPanel = (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel);
138 mForceStopButton = (Button)mRootView.findViewById(R.id.right_button);
139 mReportButton = (Button)mRootView.findViewById(R.id.left_button);
143 mDetailsParent = (ViewGroup)mRootView.findViewById(R.id.details);
144 mServicesParent = (ViewGroup)mRootView.findViewById(R.id
[all...]
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
H A DSpeechRecorderActivity.java73 mCommand = (TextView) findViewById(R.id.commandText);
74 mStatus = (TextView) findViewById(R.id.statusText);
75 mRecord = (Button) findViewById(R.id.recordButton);
76 mRedo = (Button) findViewById(R.id.redoButton);
77 m8KHz = (RadioButton)findViewById(R.id.codec8KHzRadioButton);
78 m11KHz = (RadioButton)findViewById(R.id.codec11KHzRadioButton);
79 mCall = (RadioButton)findViewById(R.id.callRadioButton);
80 mDialNanp = (RadioButton)findViewById(R.id.dialNanpRadioButton);
81 mDialPairs = (RadioButton)findViewById(R.id.dialPairsRadioButton);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java326 * @param item id for the conversation that is being undeleted.
408 // types. In a future release, use position/id map to try to make
463 mLastDeletingItems.add(c.id);
464 list.add(c.id);
498 if (isPositionUndoing(conv.id)) {
501 } if (isPositionUndoingSwipe(conv.id)) {
504 } else if (isPositionDeleting(conv.id)) {
506 } else if (isPositionSwipeDeleting(conv.id)) {
520 if (conv.id == mLastLeaveBehind) {
562 mLastLeaveBehind = target.id;
573 fadeOutSpecificLeaveBehindItem(long id) argument
802 isPositionDeleting(long id) argument
806 isPositionSwipeDeleting(long id) argument
810 isPositionUndoing(long id) argument
814 isPositionUndoingSwipe(long id) argument
[all...]
H A DLeaveBehindItem.java92 final int id = v.getId();
93 if (id == R.id.swipeable_content) {
106 } else if (id == R.id.undo_descriptionview) {
120 mSwipeableContent = findViewById(R.id.swipeable_content);
125 mText = ((TextView) findViewById(R.id.undo_descriptionview));
142 mAdapter.fadeOutSpecificLeaveBehindItem(mData.id);
148 return getData().id;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DUserDictionaryToolsEdit.java119 mEntryButton = (Button)findViewById(R.id.addButton);
120 mCancelButton = (Button)findViewById(R.id.cancelButton);
121 mReadEditText = (EditText)findViewById(R.id.editRead);
122 mCandidateEditText = (EditText)findViewById(R.id.editCandidate);
223 case R.id.addButton:
228 case R.id.cancelButton:
288 * @param id The dialog ID
291 @Override protected Dialog onCreateDialog(int id) { argument
292 switch (id) {
327 return super.onCreateDialog(id);
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java230 long id; field in class:BluetoothMapContentObserver.Msg
233 public Msg(long id, int type) { argument
234 this.id = id;
289 long id = c.getLong(c.getColumnIndex(BaseColumns._ID));
292 Msg msg = new Msg(id, type);
293 msgListSms.put(id, msg);
307 long id = c.getLong(c.getColumnIndex(BaseColumns._ID));
310 Msg msg = new Msg(id, type);
311 msgListMms.put(id, ms
612 long id; field in class:BluetoothMapContentObserver.PushMsgInfo
622 PushMsgInfo(long id, int transparent, int retry, String phone, Uri uri) argument
[all...]
/packages/apps/Gallery/src/com/android/camera/
H A DMenuHelper.java212 R.id.details_location_value);
214 MenuHelper.hideDetailsRow(view, R.id.details_location_row);
224 R.id.details_latitude_value);
226 R.id.details_longitude_value);
229 hideDetailsRow(d, R.id.details_latitude_row);
230 hideDetailsRow(d, R.id.details_longitude_row);
231 hideDetailsRow(d, R.id.details_location_row);
240 hideDetailsRow(d, R.id.details_latitude_row);
241 hideDetailsRow(d, R.id.details_longitude_row);
242 hideDetailsRow(d, R.id
[all...]
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOptions.java91 mCheckFrequencyView = UiUtilities.getView(this, R.id.account_check_frequency);
92 mSyncWindowView = UiUtilities.getView(this, R.id.account_sync_window);
93 mNotifyView = UiUtilities.getView(this, R.id.account_notify);
94 mSyncContactsView = UiUtilities.getView(this, R.id.account_sync_contacts);
95 mSyncCalendarView = UiUtilities.getView(this, R.id.account_sync_calendar);
96 mSyncEmailView = UiUtilities.getView(this, R.id.account_sync_email);
98 mBackgroundAttachmentsView = UiUtilities.getView(this, R.id.account_background_attachments);
100 UiUtilities.getView(this, R.id.previous).setOnClickListener(this);
101 UiUtilities.getView(this, R.id.next).setOnClickListener(this);
102 mAccountSyncWindowRow = UiUtilities.getView(this, R.id
[all...]
/packages/apps/Mms/src/com/android/mms/widget/
H A DMmsWidgetService.java84 Log.v(TAG, "MmsFactory intent: " + intent + "widget id: " + mAppWidgetId);
231 remoteViews.setViewVisibility(R.id.widget_unread_background, View.VISIBLE);
232 remoteViews.setViewVisibility(R.id.widget_read_background, View.GONE);
234 remoteViews.setViewVisibility(R.id.widget_unread_background, View.GONE);
235 remoteViews.setViewVisibility(R.id.widget_read_background, View.VISIBLE);
238 remoteViews.setViewVisibility(R.id.attachment, hasAttachment ? View.VISIBLE :
242 remoteViews.setTextViewText(R.id.date,
270 remoteViews.setTextViewText(R.id.from, from);
273 remoteViews.setTextViewText(R.id.subject,
283 remoteViews.setOnClickFillInIntent(R.id
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchActivity.java166 return (SearchActivityView) findViewById(R.id.search_activity_view);
373 protected SuggestionPosition getCurrentSuggestions(SuggestionsAdapter<?> adapter, long id) { argument
374 SuggestionPosition pos = adapter.getSuggestion(id);
406 private boolean launchSuggestion(SuggestionsAdapter<?> adapter, long id) { argument
407 SuggestionPosition suggestion = getCurrentSuggestions(adapter, id);
410 if (DBG) Log.d(TAG, "Launching suggestion " + id);
414 getLogger().logSuggestionClick(id, suggestion.getCursor(),
429 protected void refineSuggestion(SuggestionsAdapter<?> adapter, long id) { argument
430 if (DBG) Log.d(TAG, "query refine clicked, pos " + id);
431 SuggestionPosition suggestion = getCurrentSuggestions(adapter, id);
492 onSuggestionClicked(SuggestionsAdapter<?> adapter, long id) argument
497 onSuggestionQueryRefineClicked(SuggestionsAdapter<?> adapter, long id) argument
[all...]

Completed in 495 milliseconds

<<11121314151617181920>>