Searched refs:hasSystemUiListeners (Results 1 – 3 of 3) sorted by relevance
2399 public boolean hasSystemUiListeners; field in WindowManager.LayoutParams2771 out.writeInt(hasSystemUiListeners ? 1 : 0); in writeToParcel()2827 hasSystemUiListeners = in.readInt() != 0; in LayoutParams()3021 if (hasSystemUiListeners != o.hasSystemUiListeners) { in copyFrom()3022 hasSystemUiListeners = o.hasSystemUiListeners; in copyFrom()3178 if (hasSystemUiListeners) { in toString()3180 sb.append(hasSystemUiListeners); in toString()3249 proto.write(HAS_SYSTEM_UI_LISTENERS, hasSystemUiListeners); in writeToProto()
1780 || mAttachInfo.mHasSystemUiListeners != params.hasSystemUiListeners) { in collectViewAttributes()1783 params.hasSystemUiListeners = mAttachInfo.mHasSystemUiListeners; in collectViewAttributes()
3650 if (newValue != curValue || w.mAttrs.hasSystemUiListeners) { in updateSystemUiVisibility()