HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_LAYOUT_PROPERTY (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
ShowLayoutBoundsPreferenceControllerTest.java 61 SystemProperties.getBoolean(View.DEBUG_LAYOUT_PROPERTY, false /* default */);
71 SystemProperties.getBoolean(View.DEBUG_LAYOUT_PROPERTY, false /* default */);
78 SystemProperties.set(View.DEBUG_LAYOUT_PROPERTY, Boolean.toString(true));
86 SystemProperties.set(View.DEBUG_LAYOUT_PROPERTY, Boolean.toString(false));
97 SystemProperties.getBoolean(View.DEBUG_LAYOUT_PROPERTY, false /* default */);
  /packages/apps/Settings/src/com/android/settings/development/
ShowLayoutBoundsPreferenceController.java 46 SystemProperties.set(View.DEBUG_LAYOUT_PROPERTY,
54 final boolean isEnabled = SystemProperties.getBoolean(View.DEBUG_LAYOUT_PROPERTY,
62 SystemProperties.set(View.DEBUG_LAYOUT_PROPERTY, Boolean.toString(false));
  /packages/apps/Settings/src/com/android/settings/development/qstile/
DevelopmentTiles.java 71 return SystemProperties.getBoolean(View.DEBUG_LAYOUT_PROPERTY, false);
76 SystemProperties.set(View.DEBUG_LAYOUT_PROPERTY, isEnabled ? "true" : "false");
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DevelopmentFragment.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
View.java     [all...]

Completed in 732 milliseconds