Searched refs:hasSystemUiListeners (Results 1 – 3 of 3) sorted by relevance
1833 public boolean hasSystemUiListeners; field in WindowManager.LayoutParams2078 out.writeInt(hasSystemUiListeners ? 1 : 0); in writeToParcel()2132 hasSystemUiListeners = in.readInt() != 0; in LayoutParams()2319 if (hasSystemUiListeners != o.hasSystemUiListeners) { in copyFrom()2320 hasSystemUiListeners = o.hasSystemUiListeners; in copyFrom()2468 if (hasSystemUiListeners) { in toString()2470 sb.append(hasSystemUiListeners); in toString()
1421 || mAttachInfo.mHasSystemUiListeners != params.hasSystemUiListeners) { in collectViewAttributes()1424 params.hasSystemUiListeners = mAttachInfo.mHasSystemUiListeners; in collectViewAttributes()
2655 if (newValue != curValue || w.mAttrs.hasSystemUiListeners) { in updateSystemUiVisibility()