Searched defs:HISTORY_SIZE (Results 1 – 11 of 11) sorted by relevance
194 static const uint32_t HISTORY_SIZE = 20; variable269 static const uint32_t HISTORY_SIZE = 20; variable306 static constexpr size_t HISTORY_SIZE = 20; variable
43 static final int HISTORY_SIZE = 64; field in SignalController
53 private static final int HISTORY_SIZE = 64; field in CallbackHandler
109 private static final int HISTORY_SIZE = 16; field in NetworkControllerImpl
49 private static final int HISTORY_SIZE = 32; field in WifiStatusTracker
57 private static final int HISTORY_SIZE = 50; field in AmbientSensor
86 private static final int HISTORY_SIZE = 50; field in DisplayWhiteBalanceController
60 private static final int HISTORY_SIZE = 32; field in StatusBarStateControllerImpl
293 static constexpr size_t HISTORY_SIZE = RefreshRateHistory::HISTORY_SIZE; variable
93 #define HISTORY_SIZE 100 macro
4832 private static final int HISTORY_SIZE = 5; field in Editor.HandleView