Home
last modified time | relevance | path

Searched refs:getNameForId (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
DImageViewHasDrawableMatcher.java36 return resourceId == 0 ? "unset" : resourceLoader.getNameForId(resourceId); in nameOrUnset()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRemoteViews.java120 … + " (" + ResourceLoader.getFrom(parent.getContext()).getNameForId(viewId) + ")"); in update()
DShadowBitmapFactory.java42 return shadowOf(Robolectric.application).getResourceLoader().getNameForId(id); in getResourceName()
DShadowView.java624 out.print(" id=\"" + shadowOf(context).getResourceLoader().getNameForId(id) + "\""); in dumpFirstPart()
856 .getNameForId(id) + "'"; in applyOnClickAttribute()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DResourceLoader.java390 public String getNameForId( int viewId ) { in getNameForId() method in ResourceLoader