Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DDeviceFlag.java33 super(key, getDeviceValue(key, defaultValue), description); in DeviceFlag()
48 protected static boolean getDeviceValue(String key, boolean defaultValue) { in getDeviceValue() method in DeviceFlag