/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 method 21 fun Int.hasBits(bits: Int): Boolean = this and bits == bits method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/ |
D | BiometricModality.kt | 30 fun Int.asBiometricModality(): BiometricModality = in asBiometricModality() method
|
D | DisplayRotation.kt | 14 fun Int.toDisplayRotation(): DisplayRotation = in toDisplayRotation() method
|
D | FingerprintSensorType.kt | 32 fun Int.toSensorType(): FingerprintSensorType = in toSensorType() method
|
D | SensorStrength.kt | 29 fun Int.toSensorStrength(): SensorStrength = in Int() 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/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/statusbar/commandline/ |
D | ValueParser.kt | 170 val Int = parseInt constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | QsBatteryModeControllerTest.kt | 98 private fun Int.prevFrameToFraction(): Float = (this - 1) / MOTION_LAYOUT_MAX_FRAME.toFloat() method 99 private fun Int.nextFrameToFraction(): Float = (this + 1) / MOTION_LAYOUT_MAX_FRAME.toFloat() method
|
D | CombinedShadeHeaderConstraintsTest.kt | 369 private fun Int.fromConstraint() = when (this) { in <lambda>() method
|
/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/src/com/android/systemui/keyguard/ui/view/ |
D | KeyguardIndicationArea.kt | 83 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/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/ |
D | PackageManagers.kt | 96 private fun Int.hasFlag(flag: Int) = (this and flag) > 0 in getPackageInfoAsUserCached() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/ |
D | RoundedCornerDecorProviderImpl.kt | 104 private fun Int.toLayoutGravity(@Surface.Rotation rotation: Int): Int = when (rotation) { in toLayoutGravity() method
|
D | FaceScanningProviderFactory.kt | 209 fun Int.baseOnRotation0(@DisplayCutout.BoundsPosition currentRotation: Int): Int { in baseOnRotation0() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeExpansionStateManager.kt | 239 fun Int.panelStateToString(): String { in panelStateToString() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LetterboxAppearanceCalculator.kt | 226 private fun Int.toAppearanceString(): String = method
|
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | mp4def.h | 58 typedef int Int; typedef
|
/frameworks/rs/toolkit/test/ |
D | BufferUtils.kt | 385 fun Int.clampToUByteRange(): Int = min(255, max(0, this)) in clampToUByteRange() method 391 fun Int.clampToUByte(): UByte = this.clampToUByteRange().toUByte() in clampToUByteRange() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.kt | 614 private fun Int.toGravity(): Int { in toGravity() method 624 private fun Int.innerGravity(): Int { in Int() method
|
/frameworks/av/media/module/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 29 typedef int Int; typedef
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
D | MediaTimeoutListener.kt | 219 fun Int.isPlaying() = isPlayingState(this) in <lambda>() method
|
/frameworks/base/startop/view_compiler/ |
D | dex_builder.cc | 31 const TypeDescriptor TypeDescriptor::Int() { return TypeDescriptor{"I"}; }; in Int() function in startop::dex::TypeDescriptor
|