Searched defs:updateLocalSystemUiVisibility (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DView.java16428 boolean updateLocalSystemUiVisibility(int localValue, int localChanges) { method in class:View
H A DViewGroup.java1350 boolean updateLocalSystemUiVisibility(int localValue, int localChanges) { method in class:ViewGroup
1351 boolean changed = super.updateLocalSystemUiVisibility(localValue, localChanges);
1357 changed |= child.updateLocalSystemUiVisibility(localValue, localChanges);

Completed in 108 milliseconds