/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/ |
RecommendationBuilder.java | 95 public RecommendationBuilder setSmallIcon(int resourceId) { 96 mSmallIcon = resourceId;
|
/external/chromium_org/cc/layers/ |
painted_scrollbar_layer_impl.cc | 91 ResourceProvider::ResourceId thumb_resource_id = 93 ResourceProvider::ResourceId track_resource_id =
|
texture_layer_impl.h | 60 ResourceProvider::ResourceId external_texture_resource_;
|
/external/chromium_org/cc/output/ |
delegating_renderer.cc | 78 static ResourceProvider::ResourceId AppendToArray( 80 ResourceProvider::ResourceId id) {
|
/external/chromium_org/cc/quads/ |
render_pass_draw_quad.cc | 43 ResourceProvider::ResourceId mask_resource_id, 67 ResourceProvider::ResourceId mask_resource_id,
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
before_translate_infobar_controller.mm | 18 int resourceId, const base::string16& param) { 19 base::string16 title = l10n_util::GetStringFUTF16(resourceId, param);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBitmapFactory.java | 96 public static void provideWidthAndHeightHints(int resourceId, int width, int height) { 97 widthAndHeightMap.put("resource:" + getResourceName(resourceId), new Point(width, height));
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GraphReader.java | 528 * @param resourceId the XML resource ID. 532 public static FilterGraph readXmlGraphResource(MffContext context, int resourceId) 534 FilterGraph.Builder builder = getBuilderForXmlResource(context, resourceId); 545 * @param resourceId the XML resource ID. 550 MffContext context, int resourceId, FilterGraph parentGraph) 552 FilterGraph.Builder builder = getBuilderForXmlResource(context, resourceId); 565 private static FilterGraph.Builder getBuilderForXmlResource(MffContext context, int resourceId) 568 .openRawResource(resourceId);
|
/external/chromium_org/cc/surfaces/ |
surface.h | 64 typedef base::hash_map<ResourceProvider::ResourceId, ResourceRefs>
|
/external/chromium_org/cc/test/ |
render_pass_test_utils.h | 55 ResourceProvider::ResourceId mask_resource_id,
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
infobar_android.h | 61 // translate into a Drawable ID using the ResourceId class.
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
BitmapRequestBuilder.java | 230 public BitmapRequestBuilder<ModelType, TranscodeType> placeholder(int resourceId) { 231 super.placeholder(resourceId); 242 public BitmapRequestBuilder<ModelType, TranscodeType> error(int resourceId) { 243 super.error(resourceId);
|
/external/llvm/lib/Target/R600/ |
R600TextureIntrinsicsReplacer.cpp | 161 Value *ResourceId = I.getArgOperand(1); 180 Offset, ResourceId, SamplerId, CT, Coord); 185 Value *ResourceId = I.getArgOperand(4); 204 Offset, ResourceId, SamplerId, CT, Coord);
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouterThemeHelper.java | 41 return context.getTheme().resolveAttribute(attr, value, true) ? value.resourceId : 0;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
PackageIconLoader.java | 103 int resourceId = Integer.parseInt(drawableId); 105 Drawable icon = mPackageContext.getResources().getDrawable(resourceId); 130 int resourceId = Integer.parseInt(drawableId); 131 return Util.getResourceUri(mPackageContext, resourceId);
|
/developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/ |
DetailFragment.java | 49 * @param resourceId The resource ID of the Drawable image to show 57 public static DetailFragment newInstance(int resourceId, String title, 61 args.putInt(ARG_RESOURCE_ID, resourceId);
|
/developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/ |
DetailFragment.java | 49 * @param resourceId The resource ID of the Drawable image to show 57 public static DetailFragment newInstance(int resourceId, String title, 61 args.putInt(ARG_RESOURCE_ID, resourceId);
|
/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/ |
DetailFragment.java | 49 * @param resourceId The resource ID of the Drawable image to show 57 public static DetailFragment newInstance(int resourceId, String title, 61 args.putInt(ARG_RESOURCE_ID, resourceId);
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
ActivityAnimations.java | 108 // resourceId of the source bitmap, the picture description, and the 119 putExtra(PACKAGE + ".resourceId", info.resourceId).
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
GraphEnvironment.java | 128 * @param resourceId The ID of the graph resource to load. 131 public int loadGraph(Context context, int resourceId) { 135 graph = getGraphReader().readGraphResource(context, resourceId);
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsUtils.java | 193 * @param resourceId ResourceId of the xml file to search. 197 final int resourceId) { 203 final XmlResourceParser xml = context.getResources().getXml(resourceId); 265 * @param resourceId Id of the provider resource to scan 269 Context context, String domain, int resourceId) { 271 XmlResourceParser xml = context.getResources().getXml(resourceId);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
BrowseInfo.java | 443 private String getStringFromTypedArray(TypedArray sa, int resourceId) { 445 TypedValue tv = sa.peekValue(resourceId); 447 if (tv.resourceId != 0) { 448 value = mContext.getString(tv.resourceId); 539 int resourceId = AccessoryUtils.getImageIdForDevice(device); 541 device.getName(), resourceId); 549 .description(desc).imageResourceId(mContext, resourceId)
|
/frameworks/base/core/java/android/view/animation/ |
LayoutAnimationController.java | 176 * @param resourceID the resource identifier of the animation 183 public void setAnimation(Context context, int resourceID) { 184 setAnimation(AnimationUtils.loadAnimation(context, resourceID)); 221 * @param resourceID the resource identifier of the interpolator 228 public void setInterpolator(Context context, int resourceID) { 229 setInterpolator(AnimationUtils.loadInterpolator(context, resourceID));
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
DictionaryInfoUtils.java | 264 int resourceId = getMainDictionaryResourceIdIfAvailableForLocale(res, locale); 265 if (0 != resourceId) return resourceId; 368 final int resourceId = 371 if (0 == resourceId) continue; 373 BinaryDictionaryGetter.loadFallbackResource(context, resourceId);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
CanvasProfileView.js | 340 var contextId = contexts[i].resourceId || ""; [all...] |