Home
last modified time | relevance | path

Searched refs:Threshold (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.cpp36 struct Threshold { struct
41 static constexpr std::array<Threshold, 3> THRESHOLDS{
42 Threshold{.color = Color::Green_500, .percentFrametime = 0.8f},
43 Threshold{.color = Color::Lime_500, .percentFrametime = 1.0f},
44 Threshold{.color = Color::Red_500, .percentFrametime = 1.5f},
/aosp14/frameworks/base/core/proto/android/os/
H A Dappbackgroundrestrictioninfo.proto46 enum Threshold { enum
52 optional Threshold threshold = 3;