Home
last modified time | relevance | path

Searched refs:resistance (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt199 internal var resistance: ResistanceConfig? by mutableStateOf(null) variable
205 val resistanceDelta = resistance?.computeResistance(overflow) ?: 0f in <lambda>()
562 resistance: ResistanceConfig? = resistanceConfig(anchors.keys),
574 properties["resistance"] = resistance in <lambda>()
589 state.resistance = resistance in <lambda>()
DModalBottomSheet.kt439 resistance = null in bottomSheetSwipeable()
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal113 MIN_RESISTANCE, // Snapshot at min batt resistance over 24hrs.
114 MAX_RESISTANCE, // Snapshot at max batt resistance over 24hrs.
121 AVG_RESISTANCE, // Snapshot at average battery resistance over 24hrs.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6090 // FIELD: Battery health snapshot type - min daily voltage, resistance, etc.
6171 // FIELD: Instantaneous battery resistance in microohms.
/frameworks/proto_logging/stats/
Datoms.proto4687 MIN_RESISTANCE = 3; // Snapshot at min batt resistance over 24hrs.
4688 MAX_RESISTANCE = 4; // Snapshot at max batt resistance over 24hrs.
4695 AVG_RESISTANCE = 11; // Snapshot at average battery resistance over 24hrs.