/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | LocaleUtils.java | 51 @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 D | LocaleList.java | 329 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 D | Bundle.h | 262 bool isMinSdkAtLeast(int desired) const { in isMinSdkAtLeast() argument 280 if (minSdkNum < desired) { in isMinSdkAtLeast()
|
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/ |
H A D | README.md | 34 the displayed name of the shortcut and the desired text-to-speech output.
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 11015 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 D | README.md | 107 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 D | LockPatternView.java | 697 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 D | RecyclerView.java | 7136 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 D | ColorSpace.java | 1399 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 D | SurfaceSyncGroup.md | 37 …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 D | README.md | 176 desired.
|
/aosp14/system/core/init/ |
H A D | README.md | 422 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 D | jobscheduler.proto | 1057 // Only the desired data from an android.app.job.JobWorkItem object.
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 20803 HSPLandroid/widget/TextView;->desired(Landroid/text/Layout;)I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 20867 HSPLandroid/widget/TextView;->desired(Landroid/text/Layout;)I
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 70441 Landroid/widget/TextView;->desired(Landroid/text/Layout;)I
|