Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DWindowManager.java3177 public boolean hasSystemUiListeners; field in WindowManager.LayoutParams
3906 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()
H A DViewRootImpl.java2218 || mAttachInfo.mHasSystemUiListeners != params.hasSystemUiListeners) { in collectViewAttributes()
2221 params.hasSystemUiListeners = mAttachInfo.mHasSystemUiListeners; in collectViewAttributes()
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DHvacUiService.java176 params.hasSystemUiListeners = true; in layoutHvacUi()