Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DGazeAttentionProcessor.java124 public final float growthRate; field in GazeAttentionProcessor.Configuration
135 Configuration(float initialValue, float decayRate, float growthRate) { in Configuration()