HomeSort by relevance Sort by last modified time
    Searched full:resourceid (Results 151 - 175 of 373) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 387 int resourceId = directoryCursor.getInt(DirectoryListQuery.TYPE_RESOURCE_ID);
388 if (packageName != null && resourceId != 0) {
392 partition.directoryType = resources.getString(resourceId);
395 + resourceId + "@" + packageName);
399 + resourceId + "@" + packageName, e);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 141 int resourceId = cursor.getInt(0);
142 if (resourceId != 0) {
145 String resourceName = getResourceNameById(packageName, resourceId);
162 private String getResourceNameById(String packageName, int resourceId) {
165 return resources.getResourceName(resourceId);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 248 int resourceId = message.arg1;
249 playEarcon(resourceId);
380 int resourceId = (feedbackIndex == INDEX_SCREEN_ON) ? R.string.template_screen_on
382 String template = mContext.getString(resourceId);
565 Integer resourceId = sSoundsResourceIds.get(earconId);
566 if (resourceId != null) {
568 mTts.addEarcon(earconName, getPackageName(), resourceId);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BrowseInfo.java 430 private String getStringFromTypedArray(TypedArray sa, int resourceId) {
432 TypedValue tv = sa.peekValue(resourceId);
434 if (tv.resourceId != 0) {
435 value = mContext.getString(tv.resourceId);
566 int resourceId = AccessoryUtils.getImageIdForDevice(device);
568 device.getName(), resourceId);
576 .description(desc).imageResourceId(mContext, resourceId)
  /external/chromium_org/cc/output/
software_renderer_unittest.cc 156 ResourceProvider::ResourceId resource_yellow =
162 ResourceProvider::ResourceId resource_cyan =
251 ResourceProvider::ResourceId resource_cyan =
  /external/chromium_org/cc/surfaces/
surface_aggregator.cc 89 static ResourceProvider::ResourceId ResourceRemapHelper(
93 ResourceProvider::ResourceId id) {
102 ResourceProvider::ResourceId remapped_id = it->second;
  /frameworks/base/rs/java/android/renderscript/
Program.java 243 * @param resourceID id of the file containing GLSL shader code
247 public BaseProgramBuilder setShader(Resources resources, int resourceID) {
250 InputStream is = resources.openRawResource(resourceID);
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
SimpleStringAdapter.java 60 mBackground = val.resourceId;
  /external/chromium_org/cc/layers/
ui_resource_layer_impl.cc 108 ResourceProvider::ResourceId resource =
  /external/chromium_org/cc/test/
render_pass_test_utils.cc 111 ResourceProvider::ResourceId mask_resource_id,
  /external/chromium_org/chrome/browser/ui/cocoa/profiles/
profile_signin_confirmation_view_controller.mm 128 withTitle:(int)resourceID
416 withTitle:(int)resourceID
420 if (resourceID)
422 l10n_util::GetStringUTF16(resourceID))];
avatar_button_controller.mm 44 NSImage* GetImageFromResourceID(int resourceId) {
46 resourceId).ToNSImage();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModule.h 62 void resourceState(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, const TypeBuilder::Canvas::ResourceId&, RefPtr<TypeBuilder::Canvas::ResourceState>*);
InspectorCanvasAgent.h 86 virtual void getResourceState(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, const TypeBuilder::Canvas::ResourceId&, RefPtr<TypeBuilder::Canvas::ResourceState>&) OVERRIDE;
  /frameworks/webview/chromium/tests/UbWebViewJankTests/src/com/android/webview/chromium/tests/jank/
WebViewFlingTest.java 110 new UiScrollable(new UiSelector().resourceId(AW_CONTAINER).instance(0));
  /frameworks/webview/chromium/tests/java/src/com/android/uiautomator/platform/
WebViewFlingTest.java 76 new UiScrollable(new UiSelector().resourceId(AW_CONTAINER).instance(0));
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
MainFragment.java 220 protected void setDefaultBackground(int resourceId) {
221 mDefaultBackground = getResources().getDrawable(resourceId);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java 88 public View inflateView(Context context, int resourceId, View parent) {
89 return inflateView(context, resourceExtractor.getResourceName(resourceId), parent);
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 74 && tv.resourceId != 0) {
75 mPopupContext = new ContextThemeWrapper(context, tv.resourceId);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StreamingTextView.java 98 private Bitmap getScaledBitmap(int resourceId, float scaled) {
99 Bitmap bitmap = BitmapFactory.decodeResource(getResources(), resourceId);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsActionBarView.java 69 && tv.resourceId != 0) {
70 mPopupContext = new ContextThemeWrapper(context, tv.resourceId);
ActivityChooserView.java 313 * @param resourceId The content description resource id.
315 public void setExpandActivityOverflowButtonContentDescription(int resourceId) {
316 CharSequence contentDescription = getContext().getString(resourceId);
493 * @param resourceId The resource id.
495 public void setDefaultActionButtonContentDescription(int resourceId) {
496 mDefaultActionButtonContentDescription = resourceId;
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 374 * @param resourceId The id of the resource to use as a placeholder
378 int resourceId) {
379 this.placeholderId = resourceId;
400 * @param resourceId The id of the resource to use as a placeholder
404 int resourceId) {
405 this.errorId = resourceId;
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 335 * @param resourceId The content description resource id.
337 public void setExpandActivityOverflowButtonContentDescription(int resourceId) {
338 CharSequence contentDescription = mContext.getString(resourceId);
515 * @param resourceId The resource id.
517 public void setDefaultActionButtonContentDescription(int resourceId) {
518 mDefaultActionButtonContentDescription = resourceId;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 278 if (outValue.resourceId != 0) {
279 themedContext = new ContextThemeWrapper(mActivity, outValue.resourceId);
    [all...]

Completed in 1021 milliseconds

1 2 3 4 5 67 8 91011>>