Home
last modified time | relevance | path

Searched defs:resourceId (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/ex/framesequence/samples/FrameSequenceSamples/src/com/android/framesequence/samples/
DSamplesList.java36 static Map<String,?> makeSample(String name, Class<?> activity, int resourceId) { in makeSample()
61 int resourceId = ((Integer) SAMPLES.get(position).get(KEY_RESOURCE)).intValue(); in onListItemClick() local
/frameworks/support/compat/java/android/support/v4/view/
DPointerIconCompat.java119 Object load(Resources resources, int resourceId); in load()
134 public Object load(Resources resources, int resourceId) { in load()
151 public Object load(Resources resources, int resourceId) { in load()
217 public static PointerIconCompat load(Resources resources, int resourceId) { in load()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatCompoundButtonHelper.java59 final int resourceId = a.getResourceId( in loadFromAttributes() local
63 AppCompatResources.getDrawable(mView.getContext(), resourceId)); in loadFromAttributes() local
DTintTypedArray.java69 final int resourceId = mWrapped.getResourceId(index, 0); in getDrawable() local
79 final int resourceId = mWrapped.getResourceId(index, 0); in getDrawableIfKnown() local
133 final int resourceId = mWrapped.getResourceId(index, 0); in getColorStateList() local
/frameworks/base/core/tests/coretests/src/android/view/
DInflateTest.java58 public void inflateTest(int resourceId) { in inflateTest()
63 public void inflateCachedTest(int resourceId) { in inflateCachedTest()
/frameworks/base/core/java/android/gesture/
DGestureLibraries.java48 public static GestureLibrary fromRawResource(Context context, @RawRes int resourceId) { in fromRawResource()
113 public ResourceGestureLibrary(Context context, int resourceId) { in ResourceGestureLibrary()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DObservableListAdapter.java38 public ObservableListAdapter(Context context, List<T> list, int resourceId, in ObservableListAdapter()
120 public View getViewForResource(int resourceId, int position, View convertView, in getViewForResource()
/frameworks/base/core/java/android/widget/
DCalendarView.java298 public void setSelectedDateVerticalBar(@DrawableRes int resourceId) { in setSelectedDateVerticalBar()
335 public void setWeekDayTextAppearance(@StyleRes int resourceId) { in setWeekDayTextAppearance()
357 public void setDateTextAppearance(@StyleRes int resourceId) { in setDateTextAppearance()
583 void setSelectedDateVerticalBar(@DrawableRes int resourceId); in setSelectedDateVerticalBar()
587 void setWeekDayTextAppearance(@StyleRes int resourceId); in setWeekDayTextAppearance()
590 void setDateTextAppearance(@StyleRes int resourceId); in setDateTextAppearance()
/frameworks/base/libs/androidfw/tests/
DTestHelpers.cpp25 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* ex… in IsStringEqual()
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/
DCharacterCardView.java58 int resourceId = card.getLocalImageResourceId(getContext()); in updateUi() local
DTextCardView.java46 int resourceId = card.getLocalImageResourceId(getContext()); in updateUi() local
/frameworks/support/compat/api24/android/support/v4/view/
DPointerIconCompatApi24.java33 public static Object load(Resources resources, int resourceId) { in load()
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/
DImageCardViewPresenter.java60 int resourceId = getContext().getResources() in onBindViewHolder() local
DSideInfoCardPresenter.java57 int resourceId = getContext().getResources() in onBindViewHolder() local
/frameworks/base/core/java/android/text/style/
DImageSpan.java114 public ImageSpan(Context context, @DrawableRes int resourceId) { in ImageSpan()
122 public ImageSpan(Context context, @DrawableRes int resourceId, int verticalAlignment) { in ImageSpan()
/frameworks/base/core/java/android/view/
DPointerIcon.java217 int resourceId = a.getResourceId(typeIndex, -1); in getSystemIcon() local
291 public static PointerIcon load(@NonNull Resources resources, @XmlRes int resourceId) { in load()
399 private void loadResource(Context context, Resources resources, @XmlRes int resourceId) { in loadResource()
/frameworks/base/core/java/android/security/net/config/
DXmlConfigSource.java47 public XmlConfigSource(Context context, int resourceId) { in XmlConfigSource()
52 public XmlConfigSource(Context context, int resourceId, boolean debugBuild) { in XmlConfigSource()
56 public XmlConfigSource(Context context, int resourceId, boolean debugBuild, in XmlConfigSource()
DResourceCertificateSource.java45 public ResourceCertificateSource(int resourceId, Context context) { in ResourceCertificateSource()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java897 public int addSpeech(String text, String packagename, @RawRes int resourceId) { in addSpeech()
931 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { in addSpeech()
1006 public int addEarcon(String earcon, String packagename, @RawRes int resourceId) { in addEarcon()
1060 private Uri makeResourceUri(String packageName, int resourceId) { in makeResourceUri()
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
DGraphReader.java41 public FilterGraph readGraphResource(Context context, int resourceId) throws GraphIOException { in readGraphResource()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
DBaseBot.java59 protected UiObject findObject(String resourceId) { in findObject()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java191 private String readFile(Context context, int resourceId) { in readFile()
202 private int loadShader(Context context, int resourceId, int type) { in loadShader()
/frameworks/base/media/mca/filterfw/java/android/filterfw/
DGraphEnvironment.java131 public int loadGraph(Context context, int resourceId) { in loadGraph()
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
DPresResInstanceInfo.java78 public void setResId(String resourceId) { in setResId()
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DBackgroundHelper.java102 final int resourceId = (Integer) imageToken; in loadBitmap() local

123