| /packages/apps/Nfc/nci/jni/ |
| D | Mutex.cpp | 40 int res = pthread_mutex_init (&mMutex, NULL); in Mutex() local 59 int res = pthread_mutex_destroy (&mMutex); in ~Mutex() local 78 int res = pthread_mutex_lock (&mMutex); in lock() local 97 int res = pthread_mutex_unlock (&mMutex); in unlock() local 116 int res = pthread_mutex_trylock (&mMutex); in tryLock() local
|
| D | CondVar.cpp | 44 int const res = pthread_cond_init (&mCondition, &attr); in CondVar() local 63 int const res = pthread_cond_destroy (&mCondition); in ~CondVar() local 82 int const res = pthread_cond_wait (&mCondition, mutex.nativeHandle()); in wait() local 141 int const res = pthread_cond_signal (&mCondition); in notifyOne() local
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
| D | AdvancedSettingsFragment.java | 49 final Resources res = getResources(); in onCreate() local 106 final Resources res = getResources(); in onSharedPreferenceChanged() local 119 final Resources res = getResources(); in refreshEnablingsOfKeypressSoundAndVibrationSettings() local 133 final Resources res = getResources(); in setupKeypressVibrationDurationSettings() local 177 final Resources res = getResources(); in setupKeypressSoundVolumeSettings() local 228 final Resources res = getResources(); in setupKeyLongpressTimeoutSettings() local
|
| D | Settings.java | 199 public static int readScreenMetrics(final Resources res) { in readScreenMetrics() 205 final Resources res) { in readKeypressSoundEnabled() 211 final Resources res) { in readVibrationEnabled() 218 final Resources res) { in readAutoCorrectEnabled() 222 public static float readPlausibilityThreshold(final Resources res) { in readPlausibilityThreshold() 227 final Resources res) { in readBlockPotentiallyOffensive() 232 public static boolean readFromBuildConfigIfGestureInputEnabled(final Resources res) { in readFromBuildConfigIfGestureInputEnabled() 237 final Resources res) { in readGestureInputEnabled() 242 public static boolean readFromBuildConfigIfToShowKeyPreviewPopupOption(final Resources res) { in readFromBuildConfigIfToShowKeyPreviewPopupOption() 247 final Resources res) { in readKeyPreviewPopupEnabled() [all …]
|
| D | PreferencesSettingsFragment.java | 51 final Resources res = getResources(); in onCreate() local 88 final Resources res = getResources(); in onSharedPreferenceChanged() local 98 final Resources res = getResources(); in refreshEnablingsOfKeypressSoundAndVibrationSettings() local
|
| D | DebugSettingsFragment.java | 67 final Resources res = getResources(); in onCreate() local 155 final Resources res = getResources(); in setupKeyPreviewAnimationScale() local 207 final Resources res = getResources(); in setupKeyPreviewAnimationDuration() local
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
| D | ViewUtil.java | 94 public static void addRectangularOutlineProvider(View view, Resources res) { in addRectangularOutlineProvider() 105 public static void setupFloatingActionButton(View view, Resources res) { in setupFloatingActionButton() 120 public static void addBottomPaddingToListViewForFab(ListView listView, Resources res) { in addBottomPaddingToListViewForFab()
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
| D | RunInLocale.java | 27 protected abstract T job(final Resources res); in job() 36 public T runInLocale(final Resources res, final Locale newLocale) { in runInLocale()
|
| D | ResourceUtils.java | 70 public static String getDeviceOverrideValue(final Resources res, final int overrideResId, in getDeviceOverrideValue() 185 public static int getDefaultKeyboardWidth(final Resources res) { in getDefaultKeyboardWidth() 190 public static int getKeyboardHeight(final Resources res, final SettingsValues settingsValues) { in getKeyboardHeight() 199 public static int getDefaultKeyboardHeight(final Resources res) { in getDefaultKeyboardHeight() 238 public static float getFloatFromFraction(final Resources res, final int fractionResId) { in getFloatFromFraction()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
| D | RefcountBitmapDrawable.java | 30 public RefcountBitmapDrawable(Resources res, RefcountObject<Bitmap> bitmap) { in RefcountBitmapDrawable() 38 public RefcountBitmapDrawable(Resources res, RefcountBitmapDrawable drawable) { in RefcountBitmapDrawable()
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/compat/ |
| D | EventCompat.java | 38 public static CharSequence getTypeLabel(Resources res, int type, CharSequence label) { in getTypeLabel() 50 private static CharSequence getTypeLabelInternal(Resources res, int type, CharSequence label) { in getTypeLabelInternal()
|
| /packages/services/Car/car-support-lib/src/android/support/car/ui/ |
| D | CarUiResourceLoader.java | 42 Resources res; in getDrawable() local 64 Resources res; in getBoolean() local 82 Resources res; in getDimen() local
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
| D | TransitionUtils.java | 34 public static ObjectAnimator createActivityFadeInAnimator(Resources res, boolean useFloats) { in createActivityFadeInAnimator() 54 public static ObjectAnimator createActivityFadeOutAnimator(Resources res, boolean useFloats) { in createActivityFadeOutAnimator()
|
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
| D | Util.java | 47 public static Uri getResourceUri(Context packageContext, int res) { in getResourceUri() 57 public static Uri getResourceUri(Context context, ApplicationInfo appInfo, int res) { in getResourceUri() 70 private static Uri getResourceUri(Resources resources, String appPkg, int res) in getResourceUri()
|
| /packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
| D | MessageDetailsDialog.java | 104 final Resources res = Factory.get().getApplicationContext().getResources(); in getSmsMessageDetails() local 157 final Resources res = Factory.get().getApplicationContext().getResources(); in getMmsMessageDetails() local 216 private static void appendSentOrReceivedTimestamp(Resources res, StringBuilder details, in appendSentOrReceivedTimestamp() 345 private static String getPriorityDescription(final Resources res, final int priorityValue) { in getPriorityDescription() 357 private static void appendSimInfo(final Resources res, in appendSimInfo()
|
| /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/ |
| D | BitmapUtils.java | 48 public static int getRotationFromExif(Resources res, int resId) { in getRotationFromExif() 52 … private static int getRotationFromExifHelper(Resources res, int resId, Context context, Uri uri) { in getRotationFromExifHelper()
|
| /packages/apps/PhoneCommon/src/com/android/phone/common/util/ |
| D | ViewUtil.java | 74 public static void setupFloatingActionButton(View view, Resources res) { in setupFloatingActionButton() 87 public static void addBottomPaddingToListViewForFab(ListView listView, Resources res) { in addBottomPaddingToListViewForFab()
|
| /packages/apps/Settings/src/com/android/settings/display/ |
| D | DensityPreference.java | 45 final Resources res = getContext().getResources(); in getCurrentSwDp() local 68 final Resources res = getContext().getResources(); in onDialogClosed() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
| D | IconUtilities.java | 36 public static Bitmap getFXBitmap(Resources res, int id) { in getFXBitmap() 47 public static Bitmap loadBitmap(Resources res, int resource) { in loadBitmap()
|
| D | ImageFilterRS.java | 41 protected abstract void createFilter(android.content.res.Resources res, in createFilter() 44 protected void createFilter(android.content.res.Resources res, in createFilter() 184 Resources res = getEnvironment().getPipeline().getResources(); in loadScaledResourceAlpha() local 196 Resources res = getEnvironment().getPipeline().getResources(); in loadScaledResourceAlpha() local 214 Resources res = getEnvironment().getPipeline().getResources(); in loadResource() local
|
| /packages/apps/Messaging/src/com/android/messaging/ui/ |
| D | OrientedBitmapDrawable.java | 41 public static BitmapDrawable create(final int orientation, Resources res, Bitmap bitmap) { in create() 51 private OrientedBitmapDrawable(final int orientation, Resources res, Bitmap bitmap) { in OrientedBitmapDrawable()
|
| /packages/apps/DeskClock/src/com/android/alarmclock/ |
| D | WidgetUtils.java | 56 Resources res = context.getResources(); in getScaleRatio() local 96 Resources res = context.getResources(); in getHeightScaleRatio() local 121 Resources res = context.getResources(); in showList() local
|
| /packages/apps/UnifiedEmail/src/com/android/mail/print/ |
| D | PrintUtils.java | 123 final Resources res = context.getResources(); in buildConversationHtml() local 145 final Resources res = context.getResources(); in buildMessageHtml() local 157 private static void appendSingleMessageHtml(Context context, Resources res, in appendSingleMessageHtml() 174 private static String renderRecipients(Resources res, in renderRecipients() 214 private static void buildEmailDiv(Resources res, StringBuilder recipients, String emailList, in buildEmailDiv()
|
| /packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
| D | SoundRecorder.java | 553 private int getPlaylistId(Resources res) { in getPlaylistId() 576 private Uri createPlaylist(Resources res, ContentResolver resolver) { in createPlaylist() 595 Resources res = getResources(); in addToMediaDB() local 650 Resources res = getResources(); in updateTimerView() local 699 Resources res = getResources(); in updateTimeRemaining() local 714 Resources res = getResources(); in updateUi() local 838 Resources res = getResources(); in onError() local
|
| /packages/apps/LegacyCamera/src/com/android/camera/ |
| D | IconListPreference.java | 39 Resources res = context.getResources(); in IconListPreference() local 75 private int[] getIds(Resources res, int iconsRes) { in getIds()
|