New issue
Advanced search Search tips

Issue 655985 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Add a "disable all children" function to ViewUtils

Project Member Reported by peconn@chromium.org, Oct 14 2016

Issue description

Add a utility function to do (recursively):

for (int i = 0; i < view.getChildCount(); i++) {
    view.getChildAt(i).setEnabled(enabled);
}
 

Comment 1 by peconn@chromium.org, Oct 14 2016

There is already a function like this in ManagedPreferenceDelegate.java.

Comment 2 by peconn@chromium.org, Oct 17 2016

Labels: zine-16-10-17

Comment 4 by peconn@chromium.org, Oct 18 2016

Status: Fixed (was: Assigned)

Sign in to add a comment