/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | HomeControlsKeyguardQuickAffordanceConfigParameterizedStateTest.kt | 63 .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 D | HalVibration.java | 132 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 D | VibratorManagerService.java | 1954 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 D | ComplicationLayoutParams.java | 277 for (int combination : INVALID_POSITIONS) { in validatePosition() 278 if ((position & combination) == combination) { in validatePosition()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | KeyCharacterMap.java | 281 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 D | ComplicationLayoutParamsTest.java | 77 for (Integer combination : invalidCombinations) { in testPositionValidation() 78 if ((combination & position) == combination) { in testPositionValidation()
|
/aosp14/frameworks/base/cmds/pm/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/cmds/uinput/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/cmds/wm/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/data/fonts/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/packages/SettingsProvider/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/packages/CompanionDeviceManager/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/identity/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/packages/ExtShared/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/packages/FusedLocation/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/keystore/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/packages/SystemUI/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/packages/WAPPushManager/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/media/jni/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/cmds/am/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/cmds/appops/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/cmds/appwidget/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|
/aosp14/frameworks/base/cmds/bmgr/ |
H A D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s)
|