Searched refs:resourceValue (Results 1 – 5 of 5) sorted by relevance
40 private RemoteResourceValue(@Nullable T resourceValue, in RemoteResourceValue() argument42 mResourceValue = resourceValue; in RemoteResourceValue()52 T resourceValue) { in fromResourceValue() argument53 if (resourceValue == null) { in fromResourceValue()58 return new RemoteResourceValue<>(resourceValue, in fromResourceValue()59 RemoteResolverAdapter.create(resourceValue.getNamespaceResolver())); in fromResourceValue()
58 …RemoteResourceValue<ResourceValue> dereference(RemoteResourceValue<ResourceValue> resourceValue) t… in dereference() argument
107 RemoteResourceValue<ResourceValue> resourceValue) { in dereference() argument109 mDelegate.dereference(resourceValue.toResourceValue())); in dereference()
102 public ResourceValue dereference(ResourceValue resourceValue) { in dereference() argument104 return mDelegate.dereference(RemoteResourceValue.fromResourceValue(resourceValue)) in dereference()
213 ResourceValue resourceValue = value.getSecond(); in getColor() local215 return ResourceHelper.getColor(resourceValue.getValue()); in getColor()221 if (repository.isFileResource(resourceValue.getValue())) { in getColor()222 String resource = (resourceValue.isFramework() ? "@android:" : "@") + "color/" in getColor()223 + resourceValue.getName(); in getColor()