/packages/apps/Nfc/nci/jni/ |
D | Mutex.cpp | 43 int res = pthread_mutex_init(&mMutex, NULL); in Mutex() local 59 int res = pthread_mutex_destroy(&mMutex); in ~Mutex() local 75 int res = pthread_mutex_lock(&mMutex); in lock() local 91 int res = pthread_mutex_unlock(&mMutex); in unlock() local 107 int res = pthread_mutex_trylock(&mMutex); in tryLock() local
|
D | CondVar.cpp | 46 int const res = pthread_cond_init(&mCondition, &attr); in CondVar() local 62 int const res = pthread_cond_destroy(&mCondition); in ~CondVar() local 79 int const res = pthread_cond_wait(&mCondition, mutex.nativeHandle()); in wait() local 131 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 | 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 | 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 …]
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultPartnerProvider.java | 64 final Resources res = pm.getResourcesForApplication(packageName); in findSystemApk() local 82 Resources res = getResources(); in getLegacyWallpaperDirectory() local 99 Resources res = getResources(); in shouldHideDefaultWallpaper() local
|
/packages/apps/Contacts/src/com/android/contacts/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/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
D | RefcountBitmapDrawable.java | 33 public RefcountBitmapDrawable(Resources res, RefcountObject<Bitmap> bitmap) { in RefcountBitmapDrawable() 41 public RefcountBitmapDrawable(Resources res, RefcountBitmapDrawable drawable) { in RefcountBitmapDrawable()
|
/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()
|
/packages/apps/Contacts/src/com/android/contacts/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/apps/Settings/src/com/android/settings/utils/ |
D | FileSizeFormatter.java | 58 final Formatter.BytesResult res = in formatFileSize() local 65 final Resources res = context.getResources(); in getFileSizeSuffix() local 80 Resources res, long sizeBytes, int suffix, long mult) { in formatBytes()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/ |
D | FileSizeFormatter.java | 58 final Formatter.BytesResult res = in formatFileSize() local 65 final Resources res = context.getResources(); in getFileSizeSuffix() local 80 Resources res, long sizeBytes, int suffix, long mult) { in formatBytes()
|
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | FileSizeFormatter.java | 58 Formatter.BytesResult res = in formatFileSize() local 65 Resources res = context.getResources(); in getFileSizeSuffix() local 80 Resources res, long sizeBytes, int suffix, long mult) { in formatBytes()
|
/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/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | NexusStaticAsset.java | 32 public NexusStaticAsset(Resources res, int resId, String resName) { in NexusStaticAsset() 51 public PackageResourceKey(Resources res, int resId, String resName) { in PackageResourceKey()
|
D | ResourceAsset.java | 46 public ResourceAsset(Resources res, int resId, RequestOptions requestOptions) { in ResourceAsset() 56 public ResourceAsset(Resources res, int resId) { in ResourceAsset() 122 public PackageResourceKey(Resources res, int resId) { in PackageResourceKey()
|
/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/Launcher3/src/com/android/launcher3/ |
D | ResourceUtils.java | 28 public static int getNavbarSize(String resName, Resources res) { in getNavbarSize() 32 private static int getDimenByName(String resName, Resources res, int defaultValue) { in getDimenByName()
|
/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/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastSearchIndexableProvider.java | 92 final Resources res = in queryRawData() local 134 Resources res = CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId(getContext()); in queryNonIndexableKeys() local
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
D | WidgetUtils.java | 47 final Resources res = context.getResources(); in getScaleRatio() local 85 final Resources res = context.getResources(); in getHeightScaleRatio() local
|
/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/ |
D | DensityPreference.java | 51 final Resources res = getContext().getResources(); in getCurrentSwDp() local 75 final Resources res = getContext().getResources(); in onDialogClosed() local
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | DensityPreference.java | 51 final Resources res = getContext().getResources(); in getCurrentSwDp() local 75 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()
|