Home
last modified time | relevance | path

Searched refs:combination (Results 1 – 25 of 64) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
H A DHomeControlsKeyguardQuickAffordanceConfigParameterizedStateTest.kt63 .map { combination ->
65 /* isFeatureEnabled= */ combination and 0b100000 != 0,
66 /* hasFavorites = */ combination and 0b010000 != 0,
67 /* hasPanels = */ combination and 0b001000 != 0,
68 /* hasServiceInfos= */ combination and 0b000100 != 0,
69 /* canShowWhileLocked= */ combination and 0b000010 != 0,
70 /* visibilityAvailable= */ combination and 0b000001 != 0,
71 /* isVisible= */ combination in setOf(0b111111, 0b110111, 0b101111),
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DHalVibration.java132 CombinedVibration.ParallelCombination combination = in transformCombinedEffect() local
135 combination.addVibrator(effects.keyAt(i), fn.apply(effects.valueAt(i))); in transformCombinedEffect()
137 return combination.combine(); in transformCombinedEffect()
141 CombinedVibration.SequentialCombination combination = in transformCombinedEffect() local
144 combination.addNext(transformCombinedEffect(effect, fn)); in transformCombinedEffect()
146 return combination.combine(); in transformCombinedEffect()
H A DVibratorManagerService.java1954 CombinedVibration.ParallelCombination combination = in runStereo() local
1958 combination.addVibrator(vibratorId, nextEffect()); in runStereo()
1960 runVibrate(commonOptions, combination.combine()); in runStereo()
1966 CombinedVibration.SequentialCombination combination = in runSequential() local
1970 combination.addNext(vibratorId, nextEffect()); in runSequential()
1972 runVibrate(commonOptions, combination.combine()); in runSequential()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutParams.java277 for (int combination : INVALID_POSITIONS) { in validatePosition()
278 if ((position & combination) == combination) { in validatePosition()
/aosp14/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java281 final int combination = (combining << 16) | c; in addDeadKey() local
282 sDeadKeyCache.put(combination, result); in addDeadKey()
527 final int combination = (combining << 16) | c; in getDeadChar() local
530 combined = sDeadKeyCache.get(combination, -1); in getDeadChar()
538 sDeadKeyCache.put(combination, combined); in getDeadChar()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
H A DComplicationLayoutParamsTest.java77 for (Integer combination : invalidCombinations) { in testPositionValidation()
78 if ((combination & position) == combination) { in testPositionValidation()
/aosp14/frameworks/base/cmds/pm/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/cmds/uinput/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/cmds/wm/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/data/fonts/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/packages/SettingsProvider/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/packages/CompanionDeviceManager/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/identity/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/packages/ExtShared/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/packages/FusedLocation/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/keystore/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/packages/SystemUI/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/packages/WAPPushManager/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/media/jni/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/media/jni/soundpool/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/cmds/am/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/cmds/appops/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/cmds/appwidget/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)
/aosp14/frameworks/base/cmds/bmgr/
H A DNOTICE93 Contribution(s) alone or by combination of their Contribution(s)

123