Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java740 private KeyInterceptionInfo mKeyInterceptionInfo; field in WindowState
5612 if (mKeyInterceptionInfo == null in getKeyInterceptionInfo()
5613 || mKeyInterceptionInfo.layoutParamsPrivateFlags != getAttrs().privateFlags in getKeyInterceptionInfo()
5614 || mKeyInterceptionInfo.layoutParamsType != getAttrs().type in getKeyInterceptionInfo()
5615 || mKeyInterceptionInfo.windowTitle != getWindowTag()) { in getKeyInterceptionInfo()
5616 mKeyInterceptionInfo = new KeyInterceptionInfo(getAttrs().type, getAttrs().privateFlags, in getKeyInterceptionInfo()
5619 return mKeyInterceptionInfo; in getKeyInterceptionInfo()