Searched refs:hasSystemUiListeners (Results 1 – 3 of 3) sorted by relevance
2568 public boolean hasSystemUiListeners; field in WindowManager.LayoutParams3113 out.writeInt(hasSystemUiListeners ? 1 : 0); in writeToParcel()3180 hasSystemUiListeners = in.readInt() != 0; in LayoutParams()3384 if (hasSystemUiListeners != o.hasSystemUiListeners) { in copyFrom()3385 hasSystemUiListeners = o.hasSystemUiListeners; in copyFrom()3571 if (hasSystemUiListeners) { in toString()3573 sb.append(hasSystemUiListeners); in toString()3676 proto.write(HAS_SYSTEM_UI_LISTENERS, hasSystemUiListeners); in dumpDebug()
1995 || mAttachInfo.mHasSystemUiListeners != params.hasSystemUiListeners) { in collectViewAttributes()1998 params.hasSystemUiListeners = mAttachInfo.mHasSystemUiListeners; in collectViewAttributes()
3858 if ((newValue != curValue || w.mAttrs.hasSystemUiListeners) in updateSystemUiVisibility()