HomeSort by relevance Sort by last modified time
    Searched refs:sResources (Results 1 - 4 of 4) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallTypeIconsView.java 45 private static Resources sResources;
64 if (sResources == null) {
65 sResources = new Resources(context, false);
83 mWidth += drawable.getIntrinsicWidth() + sResources.iconMargin;
96 mWidth += sResources.videoCall.getIntrinsicWidth() + sResources.iconMargin;
97 mHeight = Math.max(mHeight, sResources.videoCall.getIntrinsicHeight());
114 mWidth += sResources.hdCall.getIntrinsicWidth() + sResources.iconMargin;
115 mHeight = Math.max(mHeight, sResources.hdCall.getIntrinsicHeight())
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java 57 private static Resources sResources;
101 sResources = res;
175 return sResources.getConfiguration().locale;
185 final Locale displayLocale = sResources.getConfiguration().locale;
212 return sResources.getString(R.string.subtype_no_language);
232 displayName = getExceptionalName.runInLocale(sResources, displayLocale);
271 final Locale displayLocale = sResources.getConfiguration().locale;
307 getSubtypeName.runInLocale(sResources, displayLocale), displayLocale);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 

Completed in 73 milliseconds