Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DAnimationUtil.kt44 val Int.frames: Long constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeviceStateRotationLockSettingControllerLogger.kt120 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/
DQsBatteryModeControllerTest.kt98 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
DCombinedShadeHeaderConstraintsTest.kt374 private fun Int.fromConstraint() = when (this) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/model/
DDataActivityModel.kt62 fun Int.toWifiDataActivityModel(): DataActivityModel = in toWifiDataActivityModel() method
/frameworks/av/media/codecs/amrwb/dec/src/
Dpv_amr_wb_type_defs.h84 typedef signed int Int; typedef
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h28 Int = 1L << 0, enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DRoundedCornerDecorProviderImpl.kt104 private fun Int.toLayoutGravity(@Surface.Rotation rotation: Int): Int = when (rotation) { in toLayoutGravity() method
DFaceScanningProviderFactory.kt202 fun Int.baseOnRotation0(@DisplayCutout.BoundsPosition currentRotation: Int): Int { in baseOnRotation0() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsControllerOverlay.kt501 private fun Int.isEnrollmentReason() = method
505 private fun Int.isImportantForAccessibility() = method
DSideFpsController.kt395 private fun Int.isReasonToAutoShow(activityTaskManager: ActivityTaskManager): Boolean = in FingerprintManager() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeExpansionStateManager.kt226 fun Int.panelStateToString(): String { in panelStateToString() method
DShadeHeaderController.kt106 private fun Int.stateToString() = in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt604 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/
Dmp4def.h58 typedef int Int; typedef
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLetterboxAppearanceCalculator.kt230 private fun Int.toAppearanceString(): String = method
DStatusBarContentInsetsProvider.kt545 private fun Int.isHorizontal(): Boolean { in Int() method
/frameworks/rs/toolkit/test/
DBufferUtils.kt385 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/
DMediaTimeoutListener.kt235 fun Int.isPlaying() = isPlayingState(this) in <lambda>() method
/frameworks/av/media/codecs/m4v_h263/enc/include/
Dmp4enc_api.h29 typedef int Int; typedef
/frameworks/base/startop/view_compiler/
Ddex_builder.cc31 const TypeDescriptor TypeDescriptor::Int() { return TypeDescriptor{"I"}; }; in Int() function in startop::dex::TypeDescriptor
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DTestableNetworkCallback.kt46 private val Int.capabilityName get() = NetworkCapabilities.capabilityNameOf(this) in anyNetwork() constant