/frameworks/base/packages/SettingsLib/Graph/src/com/android/settingslib/graph/ |
D | PreferenceGetterFlags.kt | 26 fun Int.includeValue() = (this and VALUE) != 0 method 28 fun Int.includeValueDescriptor() = (this and VALUE_DESCRIPTOR) != 0 method 30 fun Int.includeMetadata() = (this and METADATA) != 0 method
|
/frameworks/base/services/permission/java/com/android/server/permission/access/util/ |
D | IntExtensions.kt | 19 fun Int.hasAnyBit(bits: Int): Boolean = this and bits != 0 in hasAnyBit() method 21 fun Int.hasBits(bits: Int): Boolean = this and bits == bits in hasAnyBit() method
|
/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/shared/model/ |
D | BiometricModality.kt | 30 fun Int.asBiometricModality(): BiometricModality = in asBiometricModality() method
|
D | LockoutMode.kt | 30 fun Int.toLockoutMode(): LockoutMode = in toLockoutMode() method
|
D | SensorStrength.kt | 29 fun Int.toSensorStrength(): SensorStrength = in Int() method
|
D | FingerprintSensorType.kt | 40 fun Int.toSensorType(): FingerprintSensorType = in toSensorType() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | DeviceStateRotationLockSettingControllerLogger.kt | 122 private fun Int.toDevicePostureString(): String { in toDevicePostureString() method 134 private fun Int.toRotationLockSettingString(): String { in toRotationLockSettingString() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | AnimationUtil.kt | 44 val Int.frames: Long constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/ |
D | DisplayRotation.kt | 17 fun Int.toDisplayRotation(): DisplayRotation = in isDefaultOrientation() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/ |
D | BouncerInputSide.kt | 31 fun Int.toBouncerInputSide(): BouncerInputSide? { in toBouncerInputSide() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
D | ValueParser.kt | 183 val Int = parseInt constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ |
D | QsBatteryModeControllerTest.kt | 101 private fun Int.prevFrameToFraction(): Float = (this - 1) / MOTION_LAYOUT_MAX_FRAME.toFloat() method 103 private fun Int.nextFrameToFraction(): Float = (this + 1) / MOTION_LAYOUT_MAX_FRAME.toFloat() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/ |
D | WifiNetworkModel.kt | 171 private fun Int.isLevelValid(maxLevel: Int): Boolean { in isLevelValid() method 181 private fun Int.isSubscriptionIdValid(): Boolean { in isSubscriptionIdValid() method 267 private fun Int.isValid(): Boolean { in isValid() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/util/ |
D | DensityUtils.kt | 29 val Int.adjustedDp: Dp in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/model/ |
D | DataActivityModel.kt | 62 fun Int.toWifiDataActivityModel(): DataActivityModel = in toWifiDataActivityModel() method
|
/frameworks/av/media/module/codecs/amrwb/dec/src/ |
D | pv_amr_wb_type_defs.h | 84 typedef signed int Int; typedef
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/common/usagestats/data/repository/ |
D | FakeUsageStatsRepository.kt | 65 private fun Int.toActivityLifecycle(): Lifecycle = in toActivityLifecycle() method
|
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/ |
D | DropTargetView.kt | 49 private fun Int.dpToPx() = in dpToPx() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | Utils.kt | 188 fun Int.toPx(context: Context): Int { in toPx() method 192 fun Int.toDp(context: Context): Int { in toDp() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/ |
D | KeyguardIndicationArea.kt | 92 private fun Int.dp(): Int { in dp() method
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFAttributeValue.h | 28 Int = 1L << 0, enumerator
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/ui/util/ |
D | SpaceVectorConverter.kt | 35 fun Int.toIntOffset(): IntOffset in toFloat() method
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/letterbox/ |
D | LetterboxTestUtils.kt | 59 fun Int.asAnyMode() = asAnyMode { this < 0 } in asMode() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/data/repository/ |
D | StatusBarWindowStatePerDisplayRepository.kt | 85 private fun Int.toWindowState(): StatusBarWindowState { in toWindowState() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/ |
D | SceneJankMonitor.kt | 82 private fun Int?.orCalculated( in <lambda>() method
|