HomeSort by relevance Sort by last modified time
    Searched refs:resourceId (Results 76 - 100 of 123) sorted by null

1 2 34 5

  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 767 * @param resourceId
772 public int addSpeech(String text, String packagename, int resourceId) {
774 mUtterances.put(text, makeResourceUri(packagename, resourceId));
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 573 final int resourceId = directoryCursor.getInt(DirectoryListQuery.TYPE_RESOURCE_ID);
578 if (packageName != null && resourceId != 0) {
582 params.directoryType = resources.getString(resourceId);
585 + resourceId + "@" + packageName);
589 + resourceId + "@" + packageName, e);
    [all...]
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 105 private Button setupButton(int resourceId) {
106 Button button = (Button) findViewById(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/services/java/com/android/server/power/
ShutdownThread.java 119 final int resourceId = mRebootSafeMode
136 .setMessage(resourceId)
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 189 private ImageView addImageButton(Context context, int resourceId, boolean rotatable) {
196 view.setImageResource(resourceId);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 223 final int textColor = context.getResources().getColor(typedValue.resourceId);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java 97 protected void setDefaultFilterHeaderText(int resourceId) {
98 mDefaultFilterHeaderText = getContext().getResources().getText(resourceId);
  /packages/apps/Gallery2/tests/src/com/android/photos/data/
MediaCacheTest.java 372 private void copyResourceToFile(int resourceId, String path) throws IOException {
376 InputStream in = mResources.openRawResource(resourceId);
  /packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java 176 int resid = outValue.resourceId;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 292 final int resourceId = keyboardAttr.getResourceId(
294 if (resourceId != 0) {
295 final String[] data = mResources.getStringArray(resourceId);
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 861 unsigned resourceId = static_cast<unsigned>(m_database.lastInsertRowID());
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 271 outValue.resourceId = getDynamicIdByStyle((StyleResourceValue)value);
289 outValue.resourceId = a;
    [all...]
  /prebuilts/sdk/current/
uiautomator.jar 
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 476 mDescriptionResId = peekedValue.resourceId;
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 156 theme = outValue.resourceId;
    [all...]
SearchDialog.java 116 return outValue.resourceId;
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 287 public UiSelector resourceId(String id) {
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 765 new UiSelector().resourceId("com.android.cts.uiautomator:id/test_5_toggleButton");
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 799 final int targetThemeRes = outValue.resourceId;
    [all...]
AlertController.java 329 * @param resId the resourceId of the drawable to use as the icon or 0
352 * to resolve the resourceId for.
354 * @return resId the resourceId of the theme-specific drawable
359 return out.resourceId;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java     [all...]
PhoneWindow.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java 513 final int borderColor = context.getResources().getColor(typedValue.resourceId);

Completed in 1068 milliseconds

1 2 34 5