Searched refs:hasSystemUiListeners (Results 1 – 3 of 3) sorted by relevance
3177 public boolean hasSystemUiListeners; field in WindowManager.LayoutParams3906 out.writeBoolean(hasSystemUiListeners); in writeToParcel()3987 hasSystemUiListeners = in.readBoolean(); in LayoutParams()4221 if (hasSystemUiListeners != o.hasSystemUiListeners) { in copyFrom()4222 hasSystemUiListeners = o.hasSystemUiListeners; in copyFrom()4442 if (hasSystemUiListeners) { in toString()4444 sb.append(hasSystemUiListeners); in toString()4570 proto.write(HAS_SYSTEM_UI_LISTENERS, hasSystemUiListeners); in dumpDebug()
2218 || mAttachInfo.mHasSystemUiListeners != params.hasSystemUiListeners) { in collectViewAttributes()2221 params.hasSystemUiListeners = mAttachInfo.mHasSystemUiListeners; in collectViewAttributes()
176 params.hasSystemUiListeners = true; in layoutHvacUi()