Home
last modified time | relevance | path

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

12345678910>>...15

/packages/apps/Nfc/nci/jni/
DMutex.cpp39 int res = pthread_mutex_init (&mMutex, NULL); in Mutex() local
58 int res = pthread_mutex_destroy (&mMutex); in ~Mutex() local
77 int res = pthread_mutex_lock (&mMutex); in lock() local
96 int res = pthread_mutex_unlock (&mMutex); in unlock() local
115 int res = pthread_mutex_trylock (&mMutex); in tryLock() local
DCondVar.cpp43 int const res = pthread_cond_init (&mCondition, &attr); in CondVar() local
62 int const res = pthread_cond_destroy (&mCondition); in ~CondVar() local
81 int const res = pthread_cond_wait (&mCondition, mutex.nativeHandle()); in wait() local
140 int const res = pthread_cond_signal (&mCondition); in notifyOne() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DAdvancedSettingsFragment.java50 final Resources res = getResources(); in onCreate() local
129 final Resources res = getResources(); in onSharedPreferenceChanged() local
142 final Resources res = getResources(); in refreshEnablingsOfKeypressSoundAndVibrationSettings() local
156 final Resources res = getResources(); in setupKeypressVibrationDurationSettings() local
200 final Resources res = getResources(); in setupKeypressSoundVolumeSettings() local
DSettings.java211 final Resources res) { in readKeypressSoundEnabled()
217 final Resources res) { in readVibrationEnabled()
224 final Resources res) { in readAutoCorrectEnabled()
231 final Resources res) { in readBlockPotentiallyOffensive()
236 public static boolean readFromBuildConfigIfGestureInputEnabled(final Resources res) { in readFromBuildConfigIfGestureInputEnabled()
241 final Resources res) { in readGestureInputEnabled()
247 final Resources res) { in readPhraseGestureEnabled()
252 public static boolean readFromBuildConfigIfToShowKeyPreviewPopupOption(final Resources res) { in readFromBuildConfigIfToShowKeyPreviewPopupOption()
257 final Resources res) { in readKeyPreviewPopupEnabled()
267 final Resources res) { in readKeyPreviewPopupDismissDelay()
[all …]
DPreferencesSettingsFragment.java46 final Resources res = getResources(); in onCreate() local
84 final Resources res = getResources(); in onSharedPreferenceChanged() local
94 final Resources res = getResources(); in refreshEnablingsOfKeypressSoundAndVibrationSettings() local
DDebugSettingsFragment.java75 final Resources res = getResources(); in onCreate() local
168 final Resources res = getResources(); in setupKeyLongpressTimeoutSettings() local
207 final Resources res = getResources(); in setupKeyPreviewAnimationScale() local
259 final Resources res = getResources(); in setupKeyPreviewAnimationDuration() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DViewUtil.java79 public static void addRectangularOutlineProvider(View view, Resources res) { in addRectangularOutlineProvider()
88 public static void setupFloatingActionButton(View view, Resources res) { in setupFloatingActionButton()
101 public static void addBottomPaddingToListViewForFab(ListView listView, Resources res) { in addBottomPaddingToListViewForFab()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DRefcountBitmapDrawable.java30 public RefcountBitmapDrawable(Resources res, RefcountObject<Bitmap> bitmap) { in RefcountBitmapDrawable()
38 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()
DResourceUtils.java69 public static String getDeviceOverrideValue(final Resources res, final int overrideResId, in getDeviceOverrideValue()
184 public static int getDefaultKeyboardWidth(final Resources res) { in getDefaultKeyboardWidth()
189 public static int getDefaultKeyboardHeight(final Resources res) { in getDefaultKeyboardHeight()
228 public static float getFloatFromFraction(final Resources res, final int fractionResId) { in getFloatFromFraction()
/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/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/DeskClock/src/com/android/alarmclock/
DWidgetUtils.java58 Resources res = context.getResources(); in getScaleRatio() local
88 Resources res = context.getResources(); in getHeightScaleRatio() local
116 Resources res = context.getResources(); in showList() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java41 protected abstract void createFilter(android.content.res.Resources res, in createFilter()
44 protected void createFilter(android.content.res.Resources res, in createFilter()
185 Resources res = getEnvironment().getPipeline().getResources(); in loadScaledResourceAlpha() local
197 Resources res = getEnvironment().getPipeline().getResources(); in loadScaledResourceAlpha() local
215 Resources res = getEnvironment().getPipeline().getResources(); in loadResource() local
DIconUtilities.java36 public static Bitmap getFXBitmap(Resources res, int id) { in getFXBitmap()
47 public static Bitmap loadBitmap(Resources res, int resource) { in loadBitmap()
/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/apps/UnifiedEmail/src/com/android/mail/print/
DPrintUtils.java123 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/
DSoundRecorder.java552 private int getPlaylistId(Resources res) { in getPlaylistId()
575 private Uri createPlaylist(Resources res, ContentResolver resolver) { in createPlaylist()
594 Resources res = getResources(); in addToMediaDB() local
649 Resources res = getResources(); in updateTimerView() local
698 Resources res = getResources(); in updateTimeRemaining() local
713 Resources res = getResources(); in updateUi() local
837 Resources res = getResources(); in onError() local
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardTile.java107 public CharSequence getTitle(Resources res) { in getTitle()
119 public CharSequence getSummary(Resources res) { in getSummary()
/packages/apps/InCallUI/src/com/android/incallui/
DCallButtonFragment.java213 Resources res = getActivity().getResources(); in updateColors() local
253 Resources res = getResources(); in compoundBackgroundDrawable() local
271 Resources res = getResources(); in backgroundDrawable() local
283 private void addSelectedAndFocused(Resources res, StateListDrawable drawable) { in addSelectedAndFocused()
290 private void addFocused(Resources res, StateListDrawable drawable) { in addFocused()
297 private void addSelected(Resources res, StateListDrawable drawable, MaterialPalette palette) { in addSelected()
305 private void addUnselected(Resources res, StateListDrawable drawable, MaterialPalette palette) { in addUnselected()
/packages/apps/LegacyCamera/src/com/android/camera/
DIconListPreference.java39 Resources res = context.getResources(); in IconListPreference() local
75 private int[] getIds(Resources res, int iconsRes) { in getIds()
/packages/apps/Camera2/src/com/android/camera/drawable/
DTextDrawable.java42 public TextDrawable(Resources res) { in TextDrawable()
46 public TextDrawable(Resources res, CharSequence text) { in TextDrawable()
/packages/apps/Launcher2/src/com/android/launcher2/
DAddAdapter.java54 public ListItem(Resources res, int textResourceId, int imageResourceId, int actionTag) { in ListItem()
71 Resources res = launcher.getResources(); in AddAdapter() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DDictionaryInfoUtilsTests.java36 final Resources res = getContext().getResources(); in testLooksValidForDictionaryInsertion() local
/packages/apps/Settings/src/com/android/settings/
DAccountPreference.java92 int res; in getSyncStatusMessage() local
114 int res; in getSyncStatusIcon() local

12345678910>>...15