Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java761 private KeyInterceptionInfo mKeyInterceptionInfo; field in WindowState
5670 if (mKeyInterceptionInfo == null in getKeyInterceptionInfo()
5671 || mKeyInterceptionInfo.layoutParamsPrivateFlags != getAttrs().privateFlags in getKeyInterceptionInfo()
5672 || mKeyInterceptionInfo.layoutParamsType != getAttrs().type in getKeyInterceptionInfo()
5673 || mKeyInterceptionInfo.windowTitle != getWindowTag() in getKeyInterceptionInfo()
5674 || mKeyInterceptionInfo.windowOwnerUid != getOwningUid()) { in getKeyInterceptionInfo()
5675 mKeyInterceptionInfo = new KeyInterceptionInfo(getAttrs().type, getAttrs().privateFlags, in getKeyInterceptionInfo()
5678 return mKeyInterceptionInfo; in getKeyInterceptionInfo()