/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 | 120 private fun Int.toDevicePostureString(): String { in toDevicePostureString() method 131 private fun Int.toRotationLockSettingString(): String { in toRotationLockSettingString() method
|
/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 | 374 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/codecs/amrwb/dec/src/ |
D | pv_amr_wb_type_defs.h | 84 typedef signed int Int; typedef
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFAttributeValue.h | 28 Int = 1L << 0, enumerator
|
/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 | 202 fun Int.baseOnRotation0(@DisplayCutout.BoundsPosition currentRotation: Int): Int { in baseOnRotation0() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsControllerOverlay.kt | 501 private fun Int.isEnrollmentReason() = method 505 private fun Int.isImportantForAccessibility() = method
|
D | SideFpsController.kt | 395 private fun Int.isReasonToAutoShow(activityTaskManager: ActivityTaskManager): Boolean = in FingerprintManager() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeExpansionStateManager.kt | 226 fun Int.panelStateToString(): String { in panelStateToString() method
|
D | ShadeHeaderController.kt | 106 private fun Int.stateToString() = in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.kt | 604 private fun Int.toGravity(): Int { in toGravity() method 614 private fun Int.innerGravity(): Int { in Int() method
|
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | mp4def.h | 58 typedef int Int; typedef
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LetterboxAppearanceCalculator.kt | 230 private fun Int.toAppearanceString(): String = method
|
D | StatusBarContentInsetsProvider.kt | 545 private fun Int.isHorizontal(): Boolean { in Int() method
|
/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/media/controls/pipeline/ |
D | MediaTimeoutListener.kt | 235 fun Int.isPlaying() = isPlayingState(this) in <lambda>() method
|
/frameworks/av/media/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 29 typedef int Int; typedef
|
/frameworks/base/startop/view_compiler/ |
D | dex_builder.cc | 31 const TypeDescriptor TypeDescriptor::Int() { return TypeDescriptor{"I"}; }; in Int() function in startop::dex::TypeDescriptor
|
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
D | TestableNetworkCallback.kt | 46 private val Int.capabilityName get() = NetworkCapabilities.capabilityNameOf(this) in anyNetwork() constant
|