Searched refs:hasSystemUiListeners (Results 1 – 3 of 3) sorted by relevance
1664 public boolean hasSystemUiListeners; field in WindowManager.LayoutParams1868 out.writeInt(hasSystemUiListeners ? 1 : 0); in writeToParcel()1922 hasSystemUiListeners = in.readInt() != 0; in LayoutParams()2108 if (hasSystemUiListeners != o.hasSystemUiListeners) { in copyFrom()2109 hasSystemUiListeners = o.hasSystemUiListeners; in copyFrom()2255 if (hasSystemUiListeners) { in toString()2257 sb.append(hasSystemUiListeners); in toString()
1281 || mAttachInfo.mHasSystemUiListeners != params.hasSystemUiListeners) { in collectViewAttributes()1284 params.hasSystemUiListeners = mAttachInfo.mHasSystemUiListeners; in collectViewAttributes()
9978 if (newValue != curValue || ws.mAttrs.hasSystemUiListeners) { in updateStatusBarVisibilityLocked()