Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/packages/apps/Nfc/nci/jni/
DMutex.cpp43 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
DCondVar.cpp46 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/
DAdvancedSettingsFragment.java49 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
DPreferencesSettingsFragment.java51 final Resources res = getResources(); in onCreate() local
88 final Resources res = getResources(); in onSharedPreferenceChanged() local
98 final Resources res = getResources(); in refreshEnablingsOfKeypressSoundAndVibrationSettings() local
DSettings.java199 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/
DDefaultPartnerProvider.java64 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/
DViewUtil.java94 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/
DRefcountBitmapDrawable.java33 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/
DRunInLocale.java27 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/
DEventCompat.java38 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/
DFileSizeFormatter.java58 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/
DFileSizeFormatter.java58 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/
DFileSizeFormatter.java58 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/
DTransitionUtils.java34 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/
DNexusStaticAsset.java32 public NexusStaticAsset(Resources res, int resId, String resName) { in NexusStaticAsset()
51 public PackageResourceKey(Resources res, int resId, String resName) { in PackageResourceKey()
DResourceAsset.java46 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/
DUtil.java47 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/
DResourceUtils.java28 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/
DMessageDetailsDialog.java104 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/
DCellBroadcastSearchIndexableProvider.java92 final Resources res = in queryRawData() local
134 Resources res = CellBroadcastSettings.getResourcesForDefaultSmsSubscriptionId(getContext()); in queryNonIndexableKeys() local
/packages/apps/DeskClock/src/com/android/alarmclock/
DWidgetUtils.java47 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/
DViewUtil.java74 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/
DDensityPreference.java51 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/
DDensityPreference.java51 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/
DIconUtilities.java36 public static Bitmap getFXBitmap(Resources res, int id) { in getFXBitmap()
47 public static Bitmap loadBitmap(Resources res, int resource) { in loadBitmap()

12345678910>>...19