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