Searched refs:ShowLayoutBoundsPreferenceController (Results 1 – 3 of 3) sorted by relevance
29 public class ShowLayoutBoundsPreferenceController extends DeveloperOptionsPreferenceController class34 public ShowLayoutBoundsPreferenceController(Context context) { in ShowLayoutBoundsPreferenceController() method in ShowLayoutBoundsPreferenceController
719 controllers.add(new ShowLayoutBoundsPreferenceController(context)); in buildPreferenceControllers()
46 private ShowLayoutBoundsPreferenceController mController;51 mController = new ShowLayoutBoundsPreferenceController(RuntimeEnvironment.application); in setup()