Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java99 final int defaultThreshold = r.getDimensionPixelSize( in onConfigurationChanged() local
101 mSwipeStartThreshold.set(defaultThreshold, defaultThreshold, defaultThreshold, in onConfigurationChanged()
102 defaultThreshold); in onConfigurationChanged()
103 mSwipeDistanceThreshold = defaultThreshold; in onConfigurationChanged()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseConfigs.h55 defaultThreshold() { in defaultThreshold() function
137 ComponentSpecificConfig() : mGeneric(defaultThreshold()) {} in ComponentSpecificConfig()
H A DIoOveruseConfigs.cpp719 return defaultThreshold().perStateWriteBytes; in fetchThreshold()
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DMockIoOveruseConfigs.h81 return defaultThreshold().perStateWriteBytes; in injectPackageConfigs()
H A DIoOveruseConfigsTest.cpp514 PerStateBytes defaultPerStateBytes = defaultThreshold().perStateWriteBytes; in TEST_F()