Home | History | Annotate | Download | only in wm

Lines Matching refs:curValue

9487                 int curValue = ws.mSystemUiVisibility;
9488 int diff = curValue ^ visibility;
9494 int newValue = (curValue&~diff) | (visibility&diff);
9495 if (newValue != curValue) {
9499 if (newValue != curValue || ws.mAttrs.hasSystemUiListeners) {