HomeSort by relevance Sort by last modified time
    Searched full:resid (Results 126 - 150 of 513) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsUnavailableFragment.java 176 * @param resId - String resource ID of the message , -1 means view will not be visible
178 public void setMessageText(int resId, int secResId) {
179 mNoContactsMsgResId = resId;
183 if (resId != -1) {
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
ContactsMockPackageManager.java 41 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) {
  /packages/apps/Settings/src/com/android/settings/
SetupChooseLockGeneric.java 54 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) {
55 resid = SetupWizardUtils.getTheme(getIntent(), resid);
56 super.onApplyThemeResource(theme, resid, first);
SetupWizardUtils.java 74 int resid = defaultResId; local
77 resid = R.style.SetupWizardTheme_Light;
80 resid = R.style.SetupWizardTheme;
82 return resid;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
CustomViewToolbar.java 162 public void setTitle(int resId) {
163 setTitle(getResources().getString(resId));
172 public void setTitleTextAppearance(Context context, int resId) {
173 mActionBarTitle.setTextAppearance(context, resId);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 132 int resId = item.getValueInt();
133 String packageName = context.getResources().getResourcePackageName(resId);
134 String type = context.getResources().getResourceTypeName(resId);
135 String entryName = context.getResources().getResourceEntryName(resId);
  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 264 private void sendResponse(int resId, boolean confirmed) {
271 CatLog.d(LOG_TAG, "Ignore response: id is " + resId);
275 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] confirmed[" + confirmed + "]");
281 args.putInt(StkAppService.RES_ID, resId);
288 private void sendResponse(int resId) {
289 sendResponse(resId, true);
StkInputActivity.java 229 void sendResponse(int resId) {
230 sendResponse(resId, null, false);
233 void sendResponse(int resId, String input, boolean help) {
240 CatLog.d(LOG_TAG, "StkAppService is null, Ignore response: id is " + resId);
244 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] input[" + input +
250 args.putInt(StkAppService.RES_ID, resId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 150 final int resId = DictionaryInfoUtils.getMainDictionaryResourceIdIfAvailableForLocale(
152 if (0 == resId) return null;
153 afd = context.getResources().openRawResourceFd(resId);
155 Log.e(TAG, "Found the resource but it is compressed. resId=" + resId);
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 427 Scalar *resid = new Scalar[n]; local
456 // residual vector is used, any other values means resid contains the initial residual
509 internal::arpack_wrapper<Scalar, RealScalar>::saupd(&ido, bmat, &n, whch, &nev, &tol, resid,
603 &sigma, bmat, &n, whch, &nev, &tol, resid, &ncv,
639 delete resid;
650 int *nev, float *tol, float *resid, int *ncv,
658 float *tol, float *resid, int *ncv, float *v,
665 int *nev, double *tol, double *resid, int *ncv,
673 double *tol, double *resid, int *ncv, double *v,
683 int *nev, RealScalar *tol, Scalar *resid, int *ncv
    [all...]
  /frameworks/base/core/java/android/widget/
TabWidget.java 244 * @param resId the resource identifier of the drawable to use as a
247 public void setDividerDrawable(int resId) {
248 setDividerDrawable(mContext.getDrawable(resId));
265 * @param resId the resource identifier of the drawable to use as the
268 public void setLeftStripDrawable(int resId) {
269 setLeftStripDrawable(mContext.getDrawable(resId));
286 * @param resId the resource identifier of the drawable to use as the
289 public void setRightStripDrawable(int resId) {
290 setRightStripDrawable(mContext.getDrawable(resId));
Toolbar.java 276 * @param resId theme used to inflate popup menus
279 public void setPopupTheme(int resId) {
280 if (mPopupTheme != resId) {
281 mPopupTheme = resId;
282 if (resId == 0) {
285 mPopupContext = new ContextThemeWrapper(mContext, resId);
312 * @param resId ID of a drawable resource
314 public void setLogo(int resId) {
315 setLogo(getContext().getDrawable(resId));
462 * @param resId String resource i
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java 330 private ResourceIcon(int resId) {
331 mResId = resId;
334 public static Icon get(int resId) {
335 Icon icon = ICONS.get(resId);
337 icon = new ResourceIcon(resId);
338 ICONS.put(resId, icon);
355 return String.format("ResourceIcon[resId=0x%08x]", mResId);
362 public AnimationIcon(int resId) {
363 super(resId);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDisplayUtils.java 164 final int resId = isStarred
167 starredView.setImageResource(resId);
184 final int resId = isStarred
187 starredMenuItem.setIcon(resId);
303 final int resId = resources.getIdentifier(name, "drawable", packageName);
305 if (resId == 0) {
312 return getResourceDrawable(resources, resId);
320 private Drawable getResourceDrawable(Resources resources, int resId)
322 Drawable drawable = resources.getDrawable(resId);
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardVerifier.java 106 public void initForImportTest(int vcardType, int resId) {
112 setInputResourceId(resId);
136 private void setInputResourceId(int resId) {
138 mAndroidTestCase.getContext().getResources().openRawResource(resId);
140 AndroidTestCase.fail("Wrong resId: " + resId);
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 47 int value, resId;
52 resId = R.plurals.Nmins;
54 resId = R.plurals.Nminutes;
58 resId = R.plurals.Nhours;
61 resId = R.plurals.Ndays;
64 String format = resources.getQuantityString(resId, value);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 288 * @param resId theme used to inflate popup menus
291 public void setPopupTheme(int resId) {
292 if (mPopupTheme != resId) {
293 mPopupTheme = resId;
294 if (resId == 0) {
297 mPopupContext = new ContextThemeWrapper(getContext(), resId);
325 * @param resId ID of a drawable resource
327 public void setLogo(int resId) {
328 setLogo(mTintManager.getDrawable(resId));
475 * @param resId String resource i
    [all...]
  /cts/tests/app/src/android/app/cts/
AppStubActivity.java 138 int resid,
140 super.onApplyThemeResource(theme,resid,first);
  /cts/tests/tests/media/src/android/media/cts/
FaceView.java 46 public FaceView(Context context, int resId) {
63 mSourceImage = BitmapFactory.decodeResource(getResources(), resId, bfo);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 39 protected void onApplyThemeResource(Theme theme, int resid, boolean first) {
41 super.onApplyThemeResource(theme, resid, first);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowToast.java 30 public static Toast makeText(Context context, int resId, int duration) {
31 return makeText(context, context.getResources().getString(resId), duration);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindow.java 116 @Override public void setFeatureDrawableResource(int featureId, int resId) {
118 featureDrawableResourceResId = resId;
  /external/strace/
scsi.c 101 tprintf("resid=%d, ", sg_io->resid);
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditLayout.java 112 public void setTitle(int resId) {
122 public void setSubtitle(int resId) {
  /frameworks/base/core/java/android/webkit/
DateSorter.java 76 int resId = com.android.internal.R.plurals.last_num_days;
77 String format = resources.getQuantityString(resId, NUM_DAYS_AGO);

Completed in 3041 milliseconds

1 2 3 4 56 7 8 91011>>