Home
last modified time | relevance | path

Searched refs:hasSystemUiListeners (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManager.java2377 public boolean hasSystemUiListeners; field in WindowManager.LayoutParams
2749 out.writeInt(hasSystemUiListeners ? 1 : 0); in writeToParcel()
2805 hasSystemUiListeners = in.readInt() != 0; in LayoutParams()
2999 if (hasSystemUiListeners != o.hasSystemUiListeners) { in copyFrom()
3000 hasSystemUiListeners = o.hasSystemUiListeners; in copyFrom()
3156 if (hasSystemUiListeners) { in toString()
3158 sb.append(hasSystemUiListeners); in toString()
3227 proto.write(HAS_SYSTEM_UI_LISTENERS, hasSystemUiListeners); in writeToProto()
DViewRootImpl.java1756 || mAttachInfo.mHasSystemUiListeners != params.hasSystemUiListeners) { in collectViewAttributes()
1759 params.hasSystemUiListeners = mAttachInfo.mHasSystemUiListeners; in collectViewAttributes()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java3638 if (newValue != curValue || w.mAttrs.hasSystemUiListeners) { in updateSystemUiVisibility()