Home
last modified time | relevance | path

Searched refs:customizations (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DHapticFeedbackVibrationProviderTest.java123 SparseArray<VibrationEffect> customizations = new SparseArray<>(); in testUseValidCustomizedVibration() local
124 customizations.put(CONTEXT_CLICK, PRIMITIVE_CLICK_EFFECT); in testUseValidCustomizedVibration()
126 HapticFeedbackVibrationProvider hapticProvider = createProvider(customizations); in testUseValidCustomizedVibration()
160 SparseArray<VibrationEffect> customizations = new SparseArray<>(); in testHapticTextDisabled_noVibrationReturnedForTextHandleMove() local
161 customizations.put(TEXT_HANDLE_MOVE, PRIMITIVE_CLICK_EFFECT); in testHapticTextDisabled_noVibrationReturnedForTextHandleMove()
164 HapticFeedbackVibrationProvider hapticProvider = createProvider(customizations); in testHapticTextDisabled_noVibrationReturnedForTextHandleMove()
178 SparseArray<VibrationEffect> customizations = new SparseArray<>(); in testHapticTextEnabled_vibrationReturnedForTextHandleMove() local
179 customizations.put(TEXT_HANDLE_MOVE, PRIMITIVE_CLICK_EFFECT); in testHapticTextEnabled_vibrationReturnedForTextHandleMove()
182 HapticFeedbackVibrationProvider hapticProvider = createProvider(customizations); in testHapticTextEnabled_vibrationReturnedForTextHandleMove()
199 SparseArray<VibrationEffect> customizations = new SparseArray<>(); in testValidCustomizationPresentForSafeModeEnabled_usedRegardlessOfVibrationResource() local
[all …]
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java412 final List<FontConfig.Customization.LocaleFallback> customizations = new ArrayList<>(); in buildSystemFallback() local
418 customizations.clear(); in buildSystemFallback()
425 customizations.add(localeFallback); in buildSystemFallback()
430 if (customizations.isEmpty()) { in buildSystemFallback()
433 for (int j = 0; j < customizations.size(); ++j) { in buildSystemFallback()
434 FontConfig.Customization.LocaleFallback localeFallback = customizations.get(j); in buildSystemFallback()
441 for (int j = 0; j < customizations.size(); ++j) { in buildSystemFallback()
442 FontConfig.Customization.LocaleFallback localeFallback = customizations.get(j); in buildSystemFallback()
452 for (int j = 0; j < customizations.size(); ++j) { in buildSystemFallback()
453 FontConfig.Customization.LocaleFallback localeFallback = customizations.get(j); in buildSystemFallback()
/frameworks/base/packages/SystemUI/docs/
Dstatus-bar-data-pipeline.md17 OEMs can add customizations to the new architecture.
108 Any customizations in any of these classes will need to be migrated to the new
116 Some customizations require listening to additional services to get additional
118 status bar data pipeline to get icon customizations.
254 are customizations that seem difficult to migrate over to the new pipeline,
/frameworks/libs/binary_translation/tests/ndk_program_tests/
DAndroid.bp106 // TODO(b/232598137): Merge riscv targets above into general targets with customizations below.
/frameworks/base/ravenwood/
DREADME.md18 * **API support and customizations for Ravenwood appear directly inline with relevant code.** This …
/frameworks/proto_logging/stats/atoms/art/
Dbackground_extension_dexopt_atoms.proto98 // OEM customizations.