Home | History | Annotate | Download | only in view

Lines Matching refs:localValue

13193     void updateLocalSystemUiVisibility(int localValue, int localChanges) {
13194 int val = (mSystemUiVisibility&~localChanges) | (localValue&localChanges);