Searched defs:updateLocalSystemUiVisibility (Results 1 - 2 of 2) sorted by relevance

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

Completed in 188 milliseconds