HomeSort by relevance Sort by last modified time
    Searched full:resourceid (Results 76 - 100 of 276) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
ViewAnimator.java 309 * @param resourceID The resource id of the animation.
314 public void setInAnimation(Context context, int resourceID) {
315 setInAnimation(AnimationUtils.loadAnimation(context, resourceID));
322 * @param resourceID The resource id of the animation.
327 public void setOutAnimation(Context context, int resourceID) {
328 setOutAnimation(AnimationUtils.loadAnimation(context, resourceID));
  /cts/tests/tests/holo/src/android/holo/cts/
BitmapAssets.java 98 int resourceId = resources.getIdentifier(bitmapName, "drawable", context.getPackageName());
99 return ((BitmapDrawable) resources.getDrawable(resourceId)).getBitmap();
  /cts/tests/tests/widget/src/android/widget/cts/
DigitalClockTest.java 113 private AttributeSet getAttributeSet(int resourceId) {
114 XmlResourceParser parser = mActivity.getResources().getXml(resourceId);
  /external/chromium_org/cc/layers/
painted_scrollbar_layer_impl.cc 87 ResourceProvider::ResourceId thumb_resource_id =
89 ResourceProvider::ResourceId track_resource_id =
texture_layer_impl.h 73 ResourceProvider::ResourceId external_texture_resource_;
tiled_layer_impl_unittest.cc 57 ResourceProvider::ResourceId resource_id = 1;
290 ResourceProvider::ResourceId resource_id = 1;
299 ResourceProvider::ResourceId empty_resource(0);
  /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/chrome/browser/ui/android/infobars/
infobar_android.h 58 // translate into a Drawable ID using the ResourceId class.
  /external/llvm/lib/Target/R600/
R600TextureIntrinsicsReplacer.cpp 162 Value *ResourceId = I.getArgOperand(1);
181 Offset, ResourceId, SamplerId, CT, Coord);
186 Value *ResourceId = I.getArgOperand(4);
205 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);
  /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).
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopupDialog.java 109 int resourceId;
112 resourceId = styledAttributes.getResourceId(isMultiChoice ? 0 : 1, 0);
114 return 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);
  /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 260 int resourceId = getMainDictionaryResourceIdIfAvailableForLocale(res, locale);
261 if (0 != resourceId) return resourceId;
342 final int resourceId =
345 if (0 == resourceId) continue;
347 BinaryDictionaryGetter.loadFallbackResource(context, resourceId);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CanvasProfileView.js 350 var contextId = contexts[i].resourceId || "";
    [all...]
  /external/chromium_org/cc/output/
software_renderer.h 81 bool IsSoftwareResource(ResourceProvider::ResourceId resource_id) const;
  /external/chromium_org/cc/resources/
managed_tile_state.h 57 ResourceProvider::ResourceId get_resource_id() const {
  /external/chromium_org/content/child/npapi/
plugin_stream_url.h 57 virtual int ResourceId() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCanvasAgent.cpp 50 using WebCore::TypeBuilder::Canvas::ResourceId;
177 void InspectorCanvasAgent::getResourceState(ErrorString* errorString, const TraceLogId& traceLogId, const ResourceId& resourceId, RefPtr<ResourceState>& result)
181 module.resourceState(errorString, traceLogId, resourceId, &result);
  /external/droiddriver/src/com/google/android/droiddriver/finders/
By.java 99 * @param resourceId The resource id to match against
102 public static ByAttribute<String> resourceId(String resourceId) {
103 return attribute(Attribute.RESOURCE_ID, OBJECT_EQUALS, resourceId);
  /frameworks/base/services/java/com/android/server/am/
LaunchWarningWindow.java 43 getWindow().setFeatureDrawableResource(Window.FEATURE_LEFT_ICON, out.resourceId);

Completed in 1107 milliseconds

1 2 34 5 6 7 8 91011>>