Searched defs:id (Results 126 - 150 of 399) sorted by path

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DTextView.java8004 static final int ID_SELECT_ALL = android.R.id.selectAll;
8005 static final int ID_CUT = android.R.id.cut;
8006 static final int ID_COPY = android.R.id.copy;
8007 static final int ID_PASTE = android.R.id.paste;
8011 * this will be one of {@link android.R.id#selectAll}, {@link android.R.id#cut},
8012 * {@link android.R.id#copy} or {@link android.R.id#paste}.
8016 public boolean onTextContextMenuItem(int id) { argument
8028 switch (id) {
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java76 setIconAndText(R.id.old_app_icon, R.id.old_app_action, R.id.old_app_description,
78 setIconAndText(R.id.new_app_icon, R.id.new_app_action, R.id.new_app_description,
81 View button = findViewById((R.id.switch_old));
83 button = findViewById((R.id.switch_new));
85 button = findViewById((R.id.cancel));
94 void setText(int id, CharSequenc argument
98 setDrawable(int id, Drawable dr) argument
[all...]
H A DLocalePicker.java88 return constructAdapter(context, R.layout.locale_picker_item, R.id.locale);
230 public void onListItemClick(ListView l, View v, int position, long id) { argument
H A DMediaRouteChooserDialogFragment.java178 mVolumeIcon = (ImageView) layout.findViewById(R.id.volume_icon);
179 mVolumeSlider = (SeekBar) layout.findViewById(R.id.volume_slider);
184 final View extendedSettingsButton = layout.findViewById(R.id.extended_settings);
189 final ListView list = (ListView) layout.findViewById(R.id.list);
419 holder.text1 = (TextView) convertView.findViewById(R.id.text1);
420 holder.text2 = (TextView) convertView.findViewById(R.id.text2);
421 holder.icon = (ImageView) convertView.findViewById(R.id.icon);
422 holder.check = (CheckBox) convertView.findViewById(R.id.check);
424 R.id.expand_button);
507 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
[all...]
H A DResolverActivity.java142 mGrid = (GridView) ap.mView.findViewById(R.id.resolver_grid);
165 final ViewGroup buttonLayout = (ViewGroup) findViewById(R.id.button_bar);
168 mAlwaysButton = (Button) buttonLayout.findViewById(R.id.button_always);
169 mOnceButton = (Button) buttonLayout.findViewById(R.id.button_once);
261 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
277 final int id = v.getId();
278 startSelected(mGrid.getCheckedItemPosition(), id == R.id.button_always);
635 ImageView icon = (ImageView)view.findViewById(R.id.icon);
646 TextView text = (TextView)view.findViewById(com.android.internal.R.id
666 onItemLongClick(AdapterView<?> parent, View view, int position, long id) argument
[all...]
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarNotification.java41 public final int id; field in class:StatusBarNotification
53 public StatusBarNotification(String pkg, int id, String tag, int uid, int initialPid, int score, argument
55 this(pkg, id, tag, uid, initialPid, score, notification, UserHandle.OWNER);
58 public StatusBarNotification(String pkg, int id, String tag, int uid, int initialPid, int score, argument
64 this.id = id;
76 this.id = in.readInt();
92 out.writeInt(this.id);
126 return new StatusBarNotification(this.pkg, this.id, this.tag, this.uid, this.initialPid,
132 return "StatusBarNotification(pkg=" + pkg + " id
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java129 public void performEditorAction(int id) { argument
130 dispatchMessage(obtainMessageII(DO_PERFORM_EDITOR_ACTION, id, 0));
133 public void performContextMenuAction(int id) { argument
134 dispatchMessage(obtainMessageII(DO_PERFORM_CONTEXT_MENU_ACTION, id, 0));
H A DInputBindResult.java38 public final String id; field in class:InputBindResult
47 id = _id;
53 id = source.readString();
59 return "InputBindResult{" + method + " " + id
71 dest.writeString(id);
H A DInputConnectionWrapper.java318 public boolean performContextMenuAction(int id) { argument
320 mIInputContext.performContextMenuAction(id);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java128 private int findItemIndex(int id) { argument
132 if (items.get(i).getItemId() == id) {
140 public MenuItem findItem(int id) { argument
141 return mItems.get(findItemIndex(id));
182 public boolean performIdentifierAction(int id, int flags) { argument
183 final int index = findItemIndex(id);
214 public void removeItem(int id) { argument
215 mItems.remove(findItemIndex(id));
H A DActionMenuItem.java59 public ActionMenuItem(Context context, int group, int id, int categoryOrder, int ordering, argument
62 mId = id;
H A DBaseMenuPresenter.java226 public void setId(int id) { argument
227 mId = id;
H A DExpandedMenuView.java70 public void onItemClick(AdapterView parent, View v, int position, long id) { argument
H A DListMenuPresenter.java165 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
197 public void setId(int id) { argument
198 mId = id;
H A DMenuBuilder.java276 final int id = presenter.getId();
277 if (id > 0) {
280 presenterStates.put(id, state);
299 final int id = presenter.getId();
300 if (id > 0) {
301 Parcelable parcel = presenterStates.get(id);
386 private MenuItem addInternal(int group, int id, int categoryOrder, CharSequence title) { argument
389 final MenuItemImpl item = new MenuItemImpl(this, group, id, categoryOrder,
411 public MenuItem add(int group, int id, int categoryOrder, CharSequence title) { argument
412 return addInternal(group, id, categoryOrde
415 add(int group, int id, int categoryOrder, int title) argument
427 addSubMenu(int group, int id, int categoryOrder, CharSequence title) argument
435 addSubMenu(int group, int id, int categoryOrder, int title) argument
439 addIntentOptions(int group, int id, int categoryOrder, ComponentName caller, Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) argument
468 removeItem(int id) argument
597 findItem(int id) argument
615 findItemIndex(int id) argument
862 performIdentifierAction(int id, int flags) argument
[all...]
H A DMenuItemImpl.java110 * @param id Unique item ID. Use 0 if you do not need a unique ID.
114 MenuItemImpl(MenuBuilder menu, int group, int id, int categoryOrder, int ordering, argument
130 mId = id;
H A DMenuPopupHelper.java154 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java143 public boolean performContextMenuAction(int id) { argument
144 if (DEBUG) Log.v(TAG, "performContextMenuAction " + id);
146 mTextView.onTextContextMenuItem(id);
H A DPasswordEntryKeyboardHelper.java121 mQwertyKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[QWERTY], R.id.mode_normal,
126 R.id.mode_normal, width, height);
141 mQwertyKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[QWERTY], R.id.mode_normal);
145 R.id.mode_normal);
227 * Sets and enables vibrate pattern. If id is 0 (or can't be loaded), vibrate is disabled.
228 * @param id resource id for array containing vibrate pattern.
230 public void setVibratePattern(int id) { argument
233 tmpArray = mContext.getResources().getIntArray(id);
235 if (id !
[all...]
H A DPointerLocationView.java401 final int id = event.getPointerId(i);
403 logCoords(type, action, i, mTempCoords, id,
408 final int id = event.getPointerId(i);
410 logCoords(type, action, i, mTempCoords, id,
416 MotionEvent.PointerCoords coords, int id, int toolType, int buttonState) {
468 .append(type).append(" id ").append(id + 1)
519 final int id = event.getPointerId(index);
520 while (NP <= id) {
528 mActivePointerId = id;
415 logCoords(String type, int action, int index, MotionEvent.PointerCoords coords, int id, int toolType, int buttonState) argument
[all...]
H A DScrollingTabContainerView.java353 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
H A DTransportControlView.java208 mTrackTitle = (TextView) findViewById(R.id.title);
210 mAlbumArt = (ImageView) findViewById(R.id.albumart);
211 mBtnPrev = (ImageView) findViewById(R.id.btn_prev);
212 mBtnPlay = (ImageView) findViewById(R.id.btn_play);
213 mBtnNext = (ImageView) findViewById(R.id.btn_next);
263 private String getMdString(Bundle data, int id) { argument
264 return data.getString(Integer.toString(id));
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java281 private int getResourceId(TypedArray a, int id) { argument
282 TypedValue tv = a.peekValue(id);
627 * Sets the resource id specifying the target descriptions for accessibility.
629 * @param resourceId The resource id.
639 * Gets the resource id specifying the target descriptions for accessibility.
641 * @return The resource id.
648 * Sets the resource id specifying the target direction descriptions for accessibility.
650 * @param resourceId The resource id.
660 * Gets the resource id specifying the target direction descriptions.
662 * @return The resource id
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp590 jfieldID id = env->GetFieldID(clazz, fieldname, type); local
591 SkASSERT(id);
592 return id;
H A DGraphics.cpp557 jfieldID id = env->GetFieldID(clazz, fieldname, type); local
558 SkASSERT(id);
559 return id;

Completed in 1696 milliseconds

1234567891011>>