Home
last modified time | relevance | path

Searched refs:alphas (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DMultiSourceMinAlphaController.kt32 private val alphas = mutableMapOf<Int, Float>() constant in com.android.systemui.statusbar.phone.fragment.MultiSourceMinAlphaController
64 alphas.clear() in reset()
71 alphas[sourceId] = alpha in updateAlpha()
81 private fun getMinAlpha() = alphas.minOfOrNull { it.value } ?: initialAlpha in <lambda>()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierConfigEfData.java85 String alphas = names.length > 1 ? names[1] : ""; in getPlmnNetworkNameList() local
86 pnnList.add(new PlmnNetworkName(alphal, alphas)); in getPlmnNetworkNameList()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java101 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma() argument
102 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
DCellIdentity.java79 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity() argument
115 mAlphaShort = alphas; in CellIdentity()
DCellIdentityNr.java83 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr() argument
85 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
DCellIdentityTdscdma.java91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma() argument
94 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
DCellIdentityGsm.java88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm() argument
90 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
DCellIdentityWcdma.java92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma() argument
95 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
DCellIdentityLte.java119 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte() argument
122 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java288 (ScrimAlpha alphas) -> {
289 mInFrontAlpha = alphas.getFrontAlpha();
292 mNotificationsAlpha = alphas.getNotificationsAlpha();
295 mBehindAlpha = alphas.getBehindAlpha();