Searched refs:customizations (Results 1 – 6 of 6) sorted by relevance
123 SparseArray<VibrationEffect> customizations = new SparseArray<>(); in testUseValidCustomizedVibration() local124 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() local161 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() local179 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 …]
412 final List<FontConfig.Customization.LocaleFallback> customizations = new ArrayList<>(); in buildSystemFallback() local418 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()
17 OEMs can add customizations to the new architecture.108 Any customizations in any of these classes will need to be migrated to the new116 Some customizations require listening to additional services to get additional118 status bar data pipeline to get icon customizations.254 are customizations that seem difficult to migrate over to the new pipeline,
106 // TODO(b/232598137): Merge riscv targets above into general targets with customizations below.
18 * **API support and customizations for Ravenwood appear directly inline with relevant code.** This …
98 // OEM customizations.