Searched defs:id (Results 51 - 75 of 755) sorted by relevance

1234567891011>>

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DAbstractItem.java47 public ItemHierarchy findItemById(int id) { argument
48 if (id == getId()) {
H A DAbstractItemHierarchy.java44 public void setId(int id) { argument
45 mId = id;
H A DItemHierarchy.java71 * @param id An ID to search for in this item hierarchy.
74 ItemHierarchy findItemById(int id); argument
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/span/
H A DLinkSpan.java60 public LinkSpan(String id) { argument
61 mId = id;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DItem.java30 public int id; field in class:Item
36 public Item(int id, String text) { argument
37 this(id, text, null);
40 public Item(int id, String text, Bitmap icon) { argument
41 this.id = id;
47 id = in.readInt();
59 dest.writeInt(id);
/frameworks/rs/cpp/
H A DBaseObj.cpp25 ALOGE("Internal error: Object id 0.");
35 BaseObj::BaseObj(void *id, sp<RS> rs) { argument
37 mID = id;
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenu.java38 public SubMenu addSubMenu(int group, int id, int categoryOrder, CharSequence title) { argument
39 final MenuItemImpl item = (MenuItemImpl) addInternal(group, id, categoryOrder, title);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHeaderItem.java31 public HeaderItem(long id, String name) { argument
32 mId = id;
H A DListRow.java37 public ListRow(long id, HeaderItem header, ObjectAdapter adapter) { argument
38 super(id, header);
H A DOnChildLaidOutListener.java31 * @param id The id of the child.
33 void onChildLaidOut(ViewGroup parent, View view, int position, long id); argument
H A DOnChildSelectedListener.java35 * @param id The id of the child that is selected, or NO_ID if no view is
38 void onChildSelected(ViewGroup parent, View view, int position, long id); argument
/frameworks/support/v4/api21/android/support/v4/content/res/
H A DResourcesCompatApi21.java25 public static Drawable getDrawable(Resources res, int id, Theme theme) argument
27 return res.getDrawable(id, theme);
30 public static Drawable getDrawableForDensity(Resources res, int id, int density, Theme theme) argument
32 return res.getDrawableForDensity(id, density, theme);
/frameworks/support/v4/api23/android/support/v4/content/res/
H A DResourcesCompatApi23.java25 public static int getColor(Resources res, int id, Theme theme) throws NotFoundException { argument
26 return res.getColor(id, theme);
29 public static ColorStateList getColorStateList(Resources res, int id, Theme theme) argument
31 return res.getColorStateList(id, theme);
/frameworks/support/v4/eclair/android/support/v4/app/
H A DNotificationManagerCompatEclair.java24 int id) {
25 notificationManager.cancel(tag, id);
28 public static void postNotification(NotificationManager notificationManager, String tag, int id, argument
30 notificationManager.notify(tag, id, notification);
23 cancelNotification(NotificationManager notificationManager, String tag, int id) argument
/frameworks/support/v4/java/android/support/v4/content/res/
H A DResourcesCompat.java46 * @param id The desired resource identifier, as generated by the aapt
57 public static Drawable getDrawable(@NonNull Resources res, @DrawableRes int id, argument
60 return ResourcesCompatApi21.getDrawable(res, id, theme);
62 return res.getDrawable(id);
77 * @param id The desired resource identifier, as generated by the aapt
90 public static Drawable getDrawableForDensity(@NonNull Resources res, @DrawableRes int id, argument
93 return ResourcesCompatApi21.getDrawableForDensity(res, id, density, theme);
95 return ResourcesCompatIcsMr1.getDrawableForDensity(res, id, density);
97 return res.getDrawable(id);
109 * @param id Th
120 getColor(@onNull Resources res, @ColorRes int id, @Nullable Theme theme) argument
150 getColorStateList(@onNull Resources res, @ColorRes int id, @Nullable Theme theme) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNavItemSelectedListener.java35 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { argument
37 mListener.onNavigationItemSelected(position, id);
H A DVectorEnabledTintResources.java60 public Drawable getDrawable(int id) throws NotFoundException { argument
63 return AppCompatDrawableManager.get().onDrawableLoadedFromResources(context, this, id);
65 return super.getDrawable(id);
69 final Drawable superGetDrawable(int id) { argument
70 return super.getDrawable(id);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DTintResourcesTest.java60 public Drawable getDrawable(int id) throws NotFoundException { argument
62 return super.getDrawable(id);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceViewHolder.java38 mCachedViews.put(android.R.id.title, itemView.findViewById(android.R.id.title));
39 mCachedViews.put(android.R.id.summary, itemView.findViewById(android.R.id.summary));
40 mCachedViews.put(android.R.id.icon, itemView.findViewById(android.R.id.icon));
41 mCachedViews.put(R.id.icon_frame, itemView.findViewById(R.id.icon_frame));
50 * @param id Resource ID of the view to find
53 public View findViewById(@IdRes int id) { argument
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptC.java42 * @param id
45 protected ScriptC(long id, RenderScript rs) { argument
46 super(id, rs);
59 long id = internalCreate(rs, resources, resourceID);
60 if (id == 0) {
63 setID(id);
76 long id = 0;
78 id = internalStringCreate(rs, resName, bitcode32);
80 id = internalStringCreate(rs, resName, bitcode64);
82 if (id
[all...]
/frameworks/wilhelm/src/
H A Ddevices.h21 SLuint32 id; member in struct:AudioInput_id_descriptor
26 SLuint32 id; member in struct:AudioOutput_id_descriptor
31 SLuint32 id; member in struct:LED_id_descriptor
36 SLuint32 id; member in struct:Vibra_id_descriptor
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dsp_dec.cpp141 id = pointer to an array whose contents are of type char
186 char *id)
214 s->complexityCounter = getCounterId(id);
246 Word8 * id)
249 OSCL_UNUSED_ARG(id);
245 GSMInitDecode(void **state_data, Word8 * id) argument
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dsp_enc.cpp113 id = pointer to an array whose contents are of type char
156 char *id)
173 s->complexityCounter = getCounterId(id);
217 Word8 *id)
221 OSCL_UNUSED_ARG(id);
215 GSMInitEncode(void **state_data, Flag dtx, Word8 *id) argument
/frameworks/av/media/mtp/
H A DMtpStorage.cpp35 MtpStorage::MtpStorage(MtpStorageID id, const char* filePath, argument
38 : mStorageID(id),
46 ALOGV("MtpStorage id: %d path: %s\n", id, filePath);
/frameworks/base/core/java/android/gesture/
H A DInstance.java41 // the id of the instance
42 final long id; field in class:Instance
44 private Instance(long id, float[] sample, String sampleName) { argument
45 this.id = id;

Completed in 8719 milliseconds

1234567891011>>