Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DShowLayoutBoundsPreferenceController.java32 private static final String DEBUG_LAYOUT_KEY = "debug_layout"; field in ShowLayoutBoundsPreferenceController
40 return DEBUG_LAYOUT_KEY; in getPreferenceKey()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DShowLayoutBoundsPreferenceController.java32 private static final String DEBUG_LAYOUT_KEY = "debug_layout"; field in ShowLayoutBoundsPreferenceController
40 return DEBUG_LAYOUT_KEY; in getPreferenceKey()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java130 private static final String DEBUG_LAYOUT_KEY = "debug_layout"; field in DevelopmentFragment
390 mDebugLayout = findAndInitSwitchPref(DEBUG_LAYOUT_KEY); in onCreatePreferences()