Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/packages/apps/Mms/src/com/android/mms/ui/
DAttachmentEditor.java149 inPortrait ? R.id.image_attachment_view_portrait_stub : in createView()
150 R.id.image_attachment_view_landscape_stub, in createView()
151 inPortrait ? R.id.image_attachment_view_portrait : in createView()
152 R.id.image_attachment_view_landscape, in createView()
153 R.id.view_image_button, R.id.replace_image_button, R.id.remove_image_button, in createView()
157 inPortrait ? R.id.video_attachment_view_portrait_stub : in createView()
158 R.id.video_attachment_view_landscape_stub, in createView()
159 inPortrait ? R.id.video_attachment_view_portrait : in createView()
160 R.id.video_attachment_view_landscape, in createView()
161 R.id.view_video_button, R.id.replace_video_button, R.id.remove_video_button, in createView()
[all …]
/packages/apps/Phone/src/com/android/phone/
DEmergencyDialer.java160 mDigits = (EditText) findViewById(R.id.digits); in onCreate()
168 View view = findViewById(R.id.one); in onCreate()
173 mVoicemailDialAndDeleteRow = findViewById(R.id.voicemailAndDialAndDelete); in onCreate()
182 mVoicemailDialAndDeleteRow.findViewById(R.id.voicemailButton).setEnabled(false); in onCreate()
184 mDialButton = mVoicemailDialAndDeleteRow.findViewById(R.id.dialButton); in onCreate()
187 mDelete = mVoicemailDialAndDeleteRow.findViewById(R.id.deleteButton); in onCreate()
272 findViewById(R.id.one).setOnClickListener(this); in setupKeypad()
273 findViewById(R.id.two).setOnClickListener(this); in setupKeypad()
274 findViewById(R.id.three).setOnClickListener(this); in setupKeypad()
275 findViewById(R.id.four).setOnClickListener(this); in setupKeypad()
[all …]
DInCallTouchUi.java135 mIncomingCallWidget = (SlidingTab) findViewById(R.id.incomingCallWidget); in onFinishInflate()
156 mInCallControls = findViewById(R.id.inCallControls); in onFinishInflate()
160 mAddButton = (Button) mInCallControls.findViewById(R.id.addButton); in onFinishInflate()
162 mMergeButton = (Button) mInCallControls.findViewById(R.id.mergeButton); in onFinishInflate()
164 mEndButton = (Button) mInCallControls.findViewById(R.id.endButton); in onFinishInflate()
166 mDialpadButton = (Button) mInCallControls.findViewById(R.id.dialpadButton); in onFinishInflate()
168 mBluetoothButton = (ToggleButton) mInCallControls.findViewById(R.id.bluetoothButton); in onFinishInflate()
170 mMuteButton = (ToggleButton) mInCallControls.findViewById(R.id.muteButton); in onFinishInflate()
172 mSpeakerButton = (ToggleButton) mInCallControls.findViewById(R.id.speakerButton); in onFinishInflate()
176 mHoldButtonContainer = mInCallControls.findViewById(R.id.holdButtonContainer); in onFinishInflate()
[all …]
DManageConferenceUtils.java72 ViewStub stub = (ViewStub) mInCallScreen.findViewById(R.id.manageConferencePanelStub); in initManageConferencePanel()
76 (ViewGroup) mInCallScreen.findViewById(R.id.manageConferencePanel); in initManageConferencePanel()
83 (Chronometer) mInCallScreen.findViewById(R.id.manageConferencePanelHeader); in initManageConferencePanel()
89 final int[] viewGroupIdList = { R.id.caller0, R.id.caller1, R.id.caller2, in initManageConferencePanel()
90 R.id.caller3, R.id.caller4 }; in initManageConferencePanel()
96 mButtonManageConferenceDone = (Button) mInCallScreen.findViewById(R.id.manage_done); in initManageConferencePanel()
186 R.id.conferenceCallerDisconnect); in updateManageConferenceRow()
188 R.id.conferenceCallerSeparate); in updateManageConferenceRow()
190 R.id.conferenceCallerName); in updateManageConferenceRow()
192 R.id.conferenceCallerNumber); in updateManageConferenceRow()
[all …]
/packages/apps/Calculator/tests/src/com/android/calculator2/
DCalculatorHitSomeButtons.java91 tap(R.id.equal); in testTapSomeButtons()
92 tap(R.id.del); in testTapSomeButtons()
95 tap(R.id.digit5); in testTapSomeButtons()
96 tap(R.id.digit6); in testTapSomeButtons()
97 tap(R.id.digit7); in testTapSomeButtons()
98 tap(R.id.div); in testTapSomeButtons()
99 tap(R.id.digit3); in testTapSomeButtons()
100 tap(R.id.equal); in testTapSomeButtons()
106 tap(R.id.minus); in testTapSomeButtons()
107 tap(R.id.digit7); in testTapSomeButtons()
[all …]
/packages/apps/IM/src/com/android/im/app/
DPreferenceActivity.java66 mRgDataChannel = (RadioGroup) findViewById(R.id.rgDataChannel); in onCreate()
67 mRgDataEncoding = (RadioGroup) findViewById(R.id.rgDataEncoding); in onCreate()
68 mRgCirChannel = (RadioGroup) findViewById(R.id.rgCirChannel); in onCreate()
69 mEdtHost = (EditText) findViewById(R.id.etHost); in onCreate()
70 mEdtMsisdn = (EditText) findViewById(R.id.etMsisdn); in onCreate()
75 mRgDataChannel.check(R.id.DATA_HTTP); in onCreate()
77 mRgDataChannel.check(R.id.DATA_SMS); in onCreate()
83 mRgCirChannel.check(R.id.CIR_STCP); in onCreate()
85 mRgCirChannel.check(R.id.CIR_SHTTP); in onCreate()
87 mRgCirChannel.check(R.id.CIR_SSMS); in onCreate()
[all …]
DNewChatActivity.java82 mChatView = (ChatView) findViewById(R.id.chatView); in onCreate()
152 menu.findItem(R.id.menu_view_friend_list).setTitle( in onCreateOptionsMenu()
154 menu.findItem(R.id.menu_switch_chats).setTitle( in onCreateOptionsMenu()
156 menu.findItem(R.id.menu_insert_smiley).setTitle( in onCreateOptionsMenu()
158 menu.findItem(R.id.menu_end_conversation).setTitle( in onCreateOptionsMenu()
160 menu.findItem(R.id.menu_view_profile).setTitle( in onCreateOptionsMenu()
162 menu.findItem(R.id.menu_block_contact).setTitle( in onCreateOptionsMenu()
172 menu.findItem(R.id.menu_invite_contact).setVisible(false); in onPrepareOptionsMenu()
178 menu.findItem(R.id.menu_block_contact).setVisible(false); in onPrepareOptionsMenu()
187 case R.id.menu_view_friend_list: in onOptionsItemSelected()
[all …]
DBrandingResources.java123 public Drawable getDrawable(int id) { in getDrawable() argument
124 int resId = getPackageResourceId(id); in getDrawable()
128 return mDefaultRes.getDrawable(id); in getDrawable()
168 public String getString(int id, Object... formatArgs) { in getString() argument
169 int resId = getPackageResourceId(id); in getString()
173 return mDefaultRes.getString(id, formatArgs); in getString()
187 public String[] getStringArray(int id) { in getStringArray() argument
188 int resId = getPackageResourceId(id); in getStringArray()
192 return mDefaultRes.getStringArray(id); in getStringArray()
198 private int getPackageResourceId(int id) { in getPackageResourceId() argument
[all …]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DWnnSentence.java40 this.id = 0; in WnnSentence()
51 this.id = headClause.id; in WnnSentence()
66 this.id = headClause.id; in WnnSentence()
83 this.id = clause.id; in WnnSentence()
101 this.id = prev.id; in WnnSentence()
122 this.id = head.id; in WnnSentence()
132 this.id = head.id; in WnnSentence()
DWnnWord.java26 public int id; field in WnnWord
98 public WnnWord(int id, String candidate, String stroke, WnnPOS posTag, int frequency) { in WnnWord() argument
99 this(id, candidate, stroke, posTag, frequency, 0); in WnnWord()
112 …public WnnWord(int id, String candidate, String stroke, WnnPOS posTag, int frequency, int attribut… in WnnWord() argument
113 this.id = id; in WnnWord()
/packages/apps/Email/tests/src/com/android/email/activity/
DMessageViewTests.java82 mToView = (TextView) a.findViewById(R.id.to); in setUp()
83 mSubjectView = (TextView) a.findViewById(R.id.subject); in setUp()
84 mMessageContentView = (WebView) a.findViewById(R.id.message_content); in setUp()
142 a.onClick(a.findViewById(R.id.reply)); in testUiRaceConditions()
143 a.onClick(a.findViewById(R.id.reply_all)); in testUiRaceConditions()
144 a.onClick(a.findViewById(R.id.delete)); in testUiRaceConditions()
145 a.onClick(a.findViewById(R.id.next)); in testUiRaceConditions()
146 a.onClick(a.findViewById(R.id.previous)); in testUiRaceConditions()
149 a.onClick(a.findViewById(R.id.show_pictures)); in testUiRaceConditions()
152 a.handleMenuItem(R.id.delete); in testUiRaceConditions()
[all …]
/packages/apps/Mms/src/com/android/mms/data/
DRecipientIdCache.java35 public long id; field in RecipientIdCache.Entry
38 public Entry(long id, String number) { in Entry() argument
39 this.id = id; in Entry()
70 long id = c.getLong(0); in fill() local
72 sInstance.mCache.put(id, number); in fill()
84 for (String id : ids) { in getAddresses()
88 longId = Long.parseLong(id); in getAddresses()
146 private void updateCanonicalAddressInDb(long id, String number) { in updateCanonicalAddressInDb() argument
148 Log.d(TAG, "[RecipientIdCache] updateCanonicalAddressInDb: id=" + id + in updateCanonicalAddressInDb()
156 buf.append('=').append(id); in updateCanonicalAddressInDb()
[all …]
/packages/apps/AlarmClock/src/com/android/alarmclock/
DAlarmClock.java100 ((TextView) ret.findViewById(R.id.am)).setText(mAm); in newView()
101 ((TextView) ret.findViewById(R.id.pm)).setText(mPm); in newView()
103 DigitalClock digitalClock = (DigitalClock)ret.findViewById(R.id.digitalClock); in newView()
112 CheckBox onButton = (CheckBox)view.findViewById(R.id.alarmButton); in bindView()
117 Alarms.enableAlarm(AlarmClock.this, alarm.id, in bindView()
127 (DigitalClock) view.findViewById(R.id.digitalClock); in bindView()
137 (TextView) digitalClock.findViewById(R.id.daysOfWeek); in bindView()
149 (TextView) digitalClock.findViewById(R.id.label); in bindView()
163 final int id = (int) info.id; in onContextItemSelected() local
165 case R.id.delete_alarm: in onContextItemSelected()
[all …]
/packages/apps/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java108 views.setOnClickPendingIntent(R.id.btn_wifi, getLaunchPendingIntent(context, appWidgetId, in buildUpdate()
110 views.setOnClickPendingIntent(R.id.btn_brightness, in buildUpdate()
113 views.setOnClickPendingIntent(R.id.btn_sync, in buildUpdate()
116 views.setOnClickPendingIntent(R.id.btn_gps, in buildUpdate()
118 views.setOnClickPendingIntent(R.id.btn_bluetooth, in buildUpdate()
147 … views.setImageViewResource(R.id.img_wifi, R.drawable.ic_appwidget_settings_wifi_off); in updateButtons()
148 views.setImageViewResource(R.id.ind_wifi, R.drawable.appwidget_settings_ind_off_l); in updateButtons()
151 views.setImageViewResource(R.id.img_wifi, R.drawable.ic_appwidget_settings_wifi_on); in updateButtons()
152 views.setImageViewResource(R.id.ind_wifi, R.drawable.appwidget_settings_ind_on_l); in updateButtons()
155 … views.setImageViewResource(R.id.img_wifi, R.drawable.ic_appwidget_settings_wifi_off); in updateButtons()
[all …]
/packages/apps/Email/src/com/android/email/activity/
DDebug.java52 mVersionView = (TextView)findViewById(R.id.version); in onCreate()
53 mEnableDebugLoggingView = (CheckBox)findViewById(R.id.debug_logging); in onCreate()
54 mEnableSensitiveLoggingView = (CheckBox)findViewById(R.id.sensitive_logging); in onCreate()
55 mEnableExchangeLoggingView = (CheckBox)findViewById(R.id.exchange_logging); in onCreate()
56 mEnableExchangeFileLoggingView = (CheckBox)findViewById(R.id.exchange_file_logging); in onCreate()
74 case R.id.debug_logging: in onCheckedChanged()
78 case R.id.sensitive_logging: in onCheckedChanged()
82 case R.id.exchange_logging: in onCheckedChanged()
85 case R.id.exchange_file_logging: in onCheckedChanged()
104 int id = item.getItemId(); in onOptionsItemSelected() local
[all …]
DAccountFolderList.java177 mProgressIcon = (ProgressBar) findViewById(R.id.title_progress_icon); in onCreate()
190 ((TextView) findViewById(R.id.title_left_text)).setText(R.string.app_name); in onCreate()
236 case R.id.button_compose: in onClick()
239 case R.id.button_refresh: in onClick()
245 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { in onItemClick() argument
247 MessageList.actionHandleMailbox(this, id); in onItemClick()
249 MessageList.actionHandleAccount(this, id, Mailbox.TYPE_INBOX); in onItemClick()
435 public Dialog onCreateDialog(int id) { in onCreateDialog() argument
436 switch (id) { in onCreateDialog()
440 return super.onCreateDialog(id); in onCreateDialog()
[all …]
DMailboxList.java130 mProgressIcon = (ProgressBar) findViewById(R.id.title_progress_icon); in onCreate()
131 mErrorBanner = (TextView) findViewById(R.id.connection_error_text); in onCreate()
148 ((TextView)findViewById(R.id.title_left_text)).setText(R.string.mailbox_list_title); in onCreate()
181 ((TextView)findViewById(R.id.title_right_text)).setText(result); in onCreate()
217 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { in onItemClick() argument
218 onOpenMailbox(id); in onItemClick()
223 case R.id.button_compose: in onClick()
226 case R.id.button_refresh: in onClick()
242 case R.id.refresh: in onOptionsItemSelected()
245 case R.id.accounts: in onOptionsItemSelected()
[all …]
DMessageList.java178 public static void actionHandleMailbox(Context context, long id) { in actionHandleMailbox() argument
181 intent.putExtra(EXTRA_MAILBOX_ID, id); in actionHandleMailbox()
247 mMultiSelectPanel = findViewById(R.id.footer_organize); in onCreate()
248 mReadUnreadButton = (Button) findViewById(R.id.btn_read_unread); in onCreate()
249 mFavoriteButton = (Button) findViewById(R.id.btn_multi_favorite); in onCreate()
250 mDeleteButton = (Button) findViewById(R.id.btn_multi_delete); in onCreate()
251 mLeftTitle = (TextView) findViewById(R.id.title_left_text); in onCreate()
252 mRightTitle = (TextView) findViewById(R.id.title_right_text); in onCreate()
253 mProgressIcon = (ProgressBar) findViewById(R.id.title_progress_icon); in onCreate()
254 mErrorBanner = (TextView) findViewById(R.id.connection_error_text); in onCreate()
[all …]
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupCheckSettings.java83 mMessageView = (TextView)findViewById(R.id.message); in onCreate()
84 mProgressBar = (ProgressBar)findViewById(R.id.progress); in onCreate()
85 ((Button)findViewById(R.id.cancel)).setOnClickListener(this); in onCreate()
146 int id = (message == null) in onCreate()
149 showErrorDialog(id, message); in onCreate()
152 int id = (message == null) in onCreate()
155 showErrorDialog(id, message); in onCreate()
157 int id; in onCreate()
161 id = R.string.account_setup_failed_ioerror; in onCreate()
164 id = R.string.account_setup_failed_tls_required; in onCreate()
[all …]
/packages/apps/Contacts/src/com/android/contacts/
DTwelveKeyDialer.java201 mDigits = (EditText) findViewById(R.id.digits); in onCreate()
209 View view = findViewById(R.id.one); in onCreate()
214 mVoicemailDialAndDeleteRow = findViewById(R.id.voicemailAndDialAndDelete); in onCreate()
219 mDialButton = mVoicemailDialAndDeleteRow.findViewById(R.id.dialButton); in onCreate()
228 view = mVoicemailDialAndDeleteRow.findViewById(R.id.deleteButton); in onCreate()
233 mDialpad = findViewById(R.id.dialpad); // This is null in landscape mode. in onCreate()
245 mDialpadChooser = (ListView) findViewById(R.id.dialpadChooser); in onCreate()
376 View view = findViewById(R.id.one); in setupKeypad()
380 findViewById(R.id.two).setOnClickListener(this); in setupKeypad()
381 findViewById(R.id.three).setOnClickListener(this); in setupKeypad()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmClock.java79 DigitalClock digitalClock = (DigitalClock)ret.findViewById(R.id.digitalClock); in newView()
88 CheckBox onButton = (CheckBox)view.findViewById(R.id.alarmButton); in bindView()
93 Alarms.enableAlarm(AlarmClock.this, alarm.id, in bindView()
103 (DigitalClock) view.findViewById(R.id.digitalClock); in bindView()
113 (TextView) digitalClock.findViewById(R.id.daysOfWeek); in bindView()
125 (TextView) digitalClock.findViewById(R.id.label); in bindView()
139 final int id = (int) info.id; in onContextItemSelected() local
141 case R.id.delete_alarm: in onContextItemSelected()
150 Alarms.deleteAlarm(AlarmClock.this, id); in onContextItemSelected()
157 case R.id.enable_alarm: in onContextItemSelected()
[all …]
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DKeyboardSwitcher.java35 public static final int KEYBOARDMODE_NORMAL = R.id.mode_normal;
36 public static final int KEYBOARDMODE_URL = R.id.mode_url;
37 public static final int KEYBOARDMODE_EMAIL = R.id.mode_email;
38 public static final int KEYBOARDMODE_IM = R.id.mode_im;
130 KeyboardId id = getKeyboardId(mode, imeOptions, isSymbols); in setKeyboardMode() local
131 LatinKeyboard keyboard = getKeyboard(id); in setKeyboardMode()
138 mCurrentId = id; in setKeyboardMode()
146 private LatinKeyboard getKeyboard(KeyboardId id) { in getKeyboard() argument
147 if (!mKeyboards.containsKey(id)) { in getKeyboard()
149 mContext, id.mXml, id.mMode); in getKeyboard()
[all …]
/packages/apps/Music/src/com/android/music/
DMediaAppWidgetProvider.java74 views.setViewVisibility(R.id.title, View.GONE); in defaultAppWidget()
75 views.setTextViewText(R.id.artist, res.getText(R.string.emptyplaylist)); in defaultAppWidget()
137 views.setViewVisibility(R.id.title, View.GONE); in performUpdate()
138 views.setTextViewText(R.id.artist, errorState); in performUpdate()
142 views.setViewVisibility(R.id.title, View.VISIBLE); in performUpdate()
143 views.setTextViewText(R.id.title, titleName); in performUpdate()
144 views.setTextViewText(R.id.artist, artistName); in performUpdate()
150 views.setImageViewResource(R.id.control_play, R.drawable.ic_appwidget_music_pause); in performUpdate()
152 views.setImageViewResource(R.id.control_play, R.drawable.ic_appwidget_music_play); in performUpdate()
179 views.setOnClickPendingIntent(R.id.album_appwidget, pendingIntent); in linkButtons()
[all …]
/packages/apps/Settings/src/com/android/settings/
DSdCardSettings.java50 mRemovedLayout = findViewById(R.id.removed); in onCreate()
51 mMountedLayout = findViewById(R.id.mounted); in onCreate()
52 mUnmountedLayout = findViewById(R.id.unmounted); in onCreate()
53 mScanningLayout = findViewById(R.id.scanning); in onCreate()
54 mSharedLayout = findViewById(R.id.shared); in onCreate()
55 mBadRemovalLayout = findViewById(R.id.bad_removal); in onCreate()
56 mReadOnlyStatus = findViewById(R.id.read_only); in onCreate()
58 mMassStorage = (CheckBox)findViewById(R.id.mass_storage); in onCreate()
61 Button unmountButton = (Button)findViewById(R.id.sdcard_unmount); in onCreate()
64 Button formatButton = (Button)findViewById(R.id.sdcard_format); in onCreate()
[all …]
/packages/apps/Contacts/src/com/android/contacts/ui/widget/
DReadOnlyContactEditorView.java82 mPhoto = (PhotoEditorView)findViewById(R.id.edit_photo); in onFinishInflate()
83 mPhotoStub = findViewById(R.id.stub_photo); in onFinishInflate()
85 mName = (TextView) findViewById(R.id.read_only_name); in onFinishInflate()
86 mReadOnlyWarning = (TextView) findViewById(R.id.read_only_warning); in onFinishInflate()
87 mGeneral = (ViewGroup)findViewById(R.id.sect_general); in onFinishInflate()
89 mHeaderColorBar = findViewById(R.id.header_color_bar); in onFinishInflate()
90 mSideBar = findViewById(R.id.color_bar); in onFinishInflate()
91 mHeaderIcon = (ImageView) findViewById(R.id.header_icon); in onFinishInflate()
92 mHeaderAccountType = (TextView) findViewById(R.id.header_account_type); in onFinishInflate()
93 mHeaderAccountName = (TextView) findViewById(R.id.header_account_name); in onFinishInflate()
[all …]

12345678910>>...20