Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DLocaleUtils.java51 @NonNull final ULocale desired) { in calculateMatchingSubScore() argument
53 if (supported.equals(desired)) { in calculateMatchingSubScore()
60 if (supportedScript.isEmpty() || !supportedScript.equals(desired.getScript())) { in calculateMatchingSubScore()
66 if (supportedCountry.isEmpty() || !supportedCountry.equals(desired.getCountry())) { in calculateMatchingSubScore()
/aosp14/frameworks/base/core/java/android/os/
H A DLocaleList.java329 Locale supported, @SuppressLint("UseIcu") @NonNull Locale desired) { in matchesLanguageAndScript()
330 if (supported.equals(desired)) { in matchesLanguageAndScript()
333 if (!supported.getLanguage().equals(desired.getLanguage())) { in matchesLanguageAndScript()
336 if (isPseudoLocale(supported) || isPseudoLocale(desired)) { in matchesLanguageAndScript()
347 return supportedRegion.isEmpty() || supportedRegion.equals(desired.getCountry()); in matchesLanguageAndScript()
349 final String desiredScr = getLikelyScript(desired); in matchesLanguageAndScript()
/aosp14/frameworks/base/tools/aapt/
H A DBundle.h262 bool isMinSdkAtLeast(int desired) const { in isMinSdkAtLeast() argument
280 if (minSdkNum < desired) { in isMinSdkAtLeast()
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/
H A DREADME.md34 the displayed name of the shortcut and the desired text-to-speech output.
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java11015 height = desired; in onMeasure()
11176 desired = Math.max(desired, dr.mDrawableHeightLeft); in getDesiredHeight()
11177 desired = Math.max(desired, dr.mDrawableHeightRight); in getDesiredHeight()
11182 desired += padding; in getDesiredHeight()
11185 desired = Math.min(desired, mMaximum); in getDesiredHeight()
11191 desired = Math.max(desired, dr.mDrawableHeightLeft); in getDesiredHeight()
11192 desired = Math.max(desired, dr.mDrawableHeightRight); in getDesiredHeight()
11195 desired += padding; in getDesiredHeight()
11204 desired = Math.max(desired, mMinimum); in getDesiredHeight()
11208 desired = Math.max(desired, getSuggestedMinimumHeight()); in getDesiredHeight()
[all …]
/aosp14/frameworks/base/tools/protologtool/
H A DREADME.md107 To add a new ProtoLogGroup simple create a new enum ProtoLogGroup member with desired parameters.
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java697 private int resolveMeasured(int measureSpec, int desired) in resolveMeasured() argument
703 result = desired; in resolveMeasured()
706 result = Math.max(specSize, desired); in resolveMeasured()
H A DRecyclerView.java7136 public static int chooseSize(int spec, int desired, int min) { in chooseSize() argument
7143 return Math.min(size, Math.max(desired, min)); in chooseSize()
7146 return Math.max(desired, min); in chooseSize()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java1399 float[] desired = ILLUMINANT_D50; in adaptToIlluminantD50() local
1400 if (compare(origWhitePoint, desired)) return origTransform; in adaptToIlluminantD50()
1402 float[] xyz = xyYToXyz(desired); in adaptToIlluminantD50()
/aosp14/frameworks/base/core/java/android/window/
H A DSurfaceSyncGroup.md37 …cGroup has completed. The Executor is used to invoke the callback on the desired thread. You can a…
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DREADME.md176 desired.
/aosp14/system/core/init/
H A DREADME.md422 capabilities, then drop to its desired uid. There is a new
428 select their desired uid without ever running as root.
/aosp14/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto1057 // Only the desired data from an android.app.job.JobWorkItem object.
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt20803 HSPLandroid/widget/TextView;->desired(Landroid/text/Layout;)I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt20867 HSPLandroid/widget/TextView;->desired(Landroid/text/Layout;)I
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70441 Landroid/widget/TextView;->desired(Landroid/text/Layout;)I