Home
last modified time | relevance | path

Searched defs:resId (Results 1 – 25 of 42) sorted by relevance

12

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResourceIds.java7 public static boolean isFrameworkResource(int resId) { in isFrameworkResource()
11 public static int getPackageIdentifier(int resId) { in getPackageIdentifier()
15 public static int getTypeIdentifier(int resId) { in getTypeIdentifier()
19 public static int getEntryIdentifier(int resId) { in getEntryIdentifier()
DRoutingResourceTable.java23 @Override public InputStream getRawValue(int resId, ResTable_config config) { in getRawValue()
32 @Override public TypedResource getValue(int resId, ResTable_config config) { in getValue()
67 private PackageResourceTable pickFor(int resId) { in pickFor()
DResourceTable.java14 TypedResource getValue(int resId, ResTable_config config); in getValue()
22 InputStream getRawValue(int resId, ResTable_config config); in getRawValue()
DPackageResourceTable.java62 public TypedResource getValue(int resId, ResTable_config config) { in getValue()
99 public InputStream getRawValue(int resId, ResTable_config config) { in getRawValue()
108 void addResource(int resId, String type, String name) { in addResource()
DResourceIdGenerator.java39 public void record(int resId, String type, String name) { in record()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSoundPool.java74 protected int load(Context context, int resId, int priority) { in load()
102 public void notifyResourceLoaded(int resId, boolean success) { in notifyResourceLoaded()
128 public boolean wasResourcePlayed(int resId) { in wasResourcePlayed()
149 public List<Playback> getResourcePlaybacks(int resId) { in getResourcePlaybacks()
163 private boolean idIsForResource(int soundId, int resId) { in idIsForResource()
DShadowLegacyAssetManager.java339 public CharSequence[] getResourceTextArray(int resId) { in getResourceTextArray()
592 …protected XmlResourceParser loadXmlResourceParser(int resId, String type) throws Resources.NotFoun… in loadXmlResourceParser()
730 public int[] getArrayIntResource(int resId) { in getArrayIntResource()
743 protected int[] getResourceIntArray(int resId) { in getResourceIntArray()
762 protected TypedArray getTypedArrayResource(Resources resources, int resId) { in getTypedArrayResource()
771 …vate TypedArray getTypedArray(Resources resources, List<TypedResource> typedResources, int resId) { in getTypedArray()
968 protected void applyStyleToTheme(long themePtr, int resId, boolean force) { in applyStyleToTheme()
1014 Style resolveStyle(int resId, Style themeStyleSet) { in resolveStyle()
1029 private TypedResource getAndResolve(int resId, ResTable_config config, boolean resolveRefs) { in getAndResolve()
1037 TypedResource resolve(TypedResource value, ResTable_config config, int resId) { in resolve()
[all …]
DShadowStateListDrawable.java18 public void addState(int stateId, int resId) { in addState()
DShadowLegacyResourcesImpl.java63 public String getQuantityString(int resId, int quantity) throws Resources.NotFoundException { in getQuantityString()
127 …public XmlResourceParser loadXmlResourceParser(int resId, String type) throws Resources.NotFoundEx… in loadXmlResourceParser()
DShadowToast.java31 protected static Toast makeText(Context context, int resId, int duration) { in makeText()
51 protected void setText(int resId) { in setText()
DShadowResources.java106 protected String getQuantityString(int resId, int quantity) throws Resources.NotFoundException { in getQuantityString()
201 protected XmlResourceParser loadXmlResourceParser(int resId, String type) in loadXmlResourceParser()
DShadowArscResourcesImpl.java88 public String getQuantityString(int resId, int quantity) throws Resources.NotFoundException { in getQuantityString()
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/res/
DNullResourceTable.java23 public TypedResource getValue(int resId, ResTable_config config) { in getValue()
47 public InputStream getRawValue(int resId, ResTable_config config) { in getRawValue()
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DFallbackThemeWrapper.java47 protected void onApplyThemeResource(Theme theme, int resId, boolean first) { in onApplyThemeResource()
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/
DAttributeSetBuilder.java22 AttributeSetBuilder addAttribute(@IdRes int resId, String value); in addAttribute()
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterButtonInflater.java53 public FooterButton inflate(int resId) { in inflate()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DResourceLoaderTest.java96 Integer resId = resourceProvider.getResourceId(internalResource); in shouldMakeInternalResourcesAvailable() local
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAtraceScriptsWriter.java66 private static void copyResToFile(Context ctx, int resId, String targetFile) in copyResToFile()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DDynamicRefTable.java97 int lookupResourceId(Ref<Integer> resId) { in lookupResourceId()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DListViewActivity.java52 public MyViewAdapter(Context context, int resId, List<View> views) { in MyViewAdapter()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DXmlPullParserTest.java154 String attrNs, String attrName, int resId, String value, int valueResId) { in assertAttribute()
DShadowThemeTest.java270 private XmlResourceParser getFirstElementAttrSet(int resId) throws Exception { in getFirstElementAttrSet()
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DSimpleInflater.java65 public T inflate(int resId) { in inflate()
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DImageSource.java74 public static ImageSource resource(int resId) { in resource()
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectric.java162 AttributeSetBuilder addAttribute(@IdRes int resId, String value); in addAttribute()

12