Home
last modified time | relevance | path

Searched defs:Int (Results 1 – 24 of 24) sorted by relevance

/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/util/
H A DIntExtensions.kt19 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 DDeviceStateRotationLockSettingControllerLogger.kt122 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 DQsBatteryModeControllerTest.kt98 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 DCombinedShadeHeaderConstraintsTest.kt369 private fun Int.fromConstraint() = when (this) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
H A DBiometricModality.kt30 fun Int.asBiometricModality(): BiometricModality = regex
H A DDisplayRotation.kt14 fun Int.toDisplayRotation(): DisplayRotation = regex
H A DFingerprintSensorType.kt32 fun Int.toSensorType(): FingerprintSensorType = regex
H A DSensorStrength.kt29 fun Int.toSensorStrength(): SensorStrength = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DAnimationUtil.kt44 val Int.frames: Long regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/model/
H A DDataActivityModel.kt62 fun Int.toWifiDataActivityModel(): DataActivityModel = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
H A DValueParser.kt170 val Int = parseInt regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
H A DKeyguardIndicationArea.kt83 private fun Int.dp(): Int { regex
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/
H A DPackageManagers.kt96 private fun Int.hasFlag(flag: Int) = (this and flag) > 0 regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
H A DRoundedCornerDecorProviderImpl.kt104 private fun Int.toLayoutGravity(@Surface.Rotation rotation: Int): Int = when (rotation) { regex
H A DFaceScanningProviderFactory.kt209 fun Int.baseOnRotation0(@DisplayCutout.BoundsPosition currentRotation: Int): Int { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeExpansionStateManager.kt239 fun Int.panelStateToString(): String { regex
H A DShadeHeaderController.kt118 private fun Int.stateToString() = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt614 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 DLetterboxAppearanceCalculator.kt226 private fun Int.toAppearanceString(): String = regex
H A DStatusBarContentInsetsProvider.kt545 private fun Int.isHorizontal(): Boolean { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaTimeoutListener.kt219 fun Int.isPlaying() = isPlayingState(this) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DSideFpsController.kt373 private fun Int.isReasonToAutoShow(activityTaskManager: ActivityTaskManager): Boolean = regex
H A DUdfpsControllerOverlay.kt460 private fun Int.isImportantForAccessibility() = regex
/aosp14/frameworks/base/startop/view_compiler/
H A Ddex_builder.cc31 const TypeDescriptor TypeDescriptor::Int() { return TypeDescriptor{"I"}; }; in Int() function in startop::dex::TypeDescriptor