/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/util/ |
H A D | IntExtensions.kt | 19 fun Int.hasAnyBit(bits: Int): Boolean = this and bits != 0 regex 21 fun Int.hasBits(bits: Int): Boolean = this and bits == bits regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | DeviceStateRotationLockSettingControllerLogger.kt | 122 private fun Int.toDevicePostureString(): String { regex 134 private fun Int.toRotationLockSettingString(): String { regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | QsBatteryModeControllerTest.kt | 98 private fun Int.prevFrameToFraction(): Float = (this - 1) / MOTION_LAYOUT_MAX_FRAME.toFloat() regex 99 private fun Int.nextFrameToFraction(): Float = (this + 1) / MOTION_LAYOUT_MAX_FRAME.toFloat() regex
|
H A D | CombinedShadeHeaderConstraintsTest.kt | 369 private fun Int.fromConstraint() = when (this) { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/ |
H A D | BiometricModality.kt | 30 fun Int.asBiometricModality(): BiometricModality = regex
|
H A D | DisplayRotation.kt | 14 fun Int.toDisplayRotation(): DisplayRotation = regex
|
H A D | FingerprintSensorType.kt | 32 fun Int.toSensorType(): FingerprintSensorType = regex
|
H A D | SensorStrength.kt | 29 fun Int.toSensorStrength(): SensorStrength = regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | AnimationUtil.kt | 44 val Int.frames: Long regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/model/ |
H A D | DataActivityModel.kt | 62 fun Int.toWifiDataActivityModel(): DataActivityModel = regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
H A D | ValueParser.kt | 170 val Int = parseInt regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/ |
H A D | KeyguardIndicationArea.kt | 83 private fun Int.dp(): Int { regex
|
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/ |
H A D | PackageManagers.kt | 96 private fun Int.hasFlag(flag: Int) = (this and flag) > 0 regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/ |
H A D | RoundedCornerDecorProviderImpl.kt | 104 private fun Int.toLayoutGravity(@Surface.Rotation rotation: Int): Int = when (rotation) { regex
|
H A D | FaceScanningProviderFactory.kt | 209 fun Int.baseOnRotation0(@DisplayCutout.BoundsPosition currentRotation: Int): Int { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeExpansionStateManager.kt | 239 fun Int.panelStateToString(): String { regex
|
H A D | ShadeHeaderController.kt | 118 private fun Int.stateToString() = regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotViewController.kt | 614 private fun Int.toGravity(): Int { regex 624 private fun Int.innerGravity(): Int { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LetterboxAppearanceCalculator.kt | 226 private fun Int.toAppearanceString(): String = regex
|
H A D | StatusBarContentInsetsProvider.kt | 545 private fun Int.isHorizontal(): Boolean { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaTimeoutListener.kt | 219 fun Int.isPlaying() = isPlayingState(this) regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | SideFpsController.kt | 373 private fun Int.isReasonToAutoShow(activityTaskManager: ActivityTaskManager): Boolean = regex
|
H A D | UdfpsControllerOverlay.kt | 460 private fun Int.isImportantForAccessibility() = regex
|
/aosp14/frameworks/base/startop/view_compiler/ |
H A D | dex_builder.cc | 31 const TypeDescriptor TypeDescriptor::Int() { return TypeDescriptor{"I"}; }; in Int() function in startop::dex::TypeDescriptor
|