Searched refs:mKeyInterceptionInfo (Results 1 – 1 of 1) sorted by relevance
761 private KeyInterceptionInfo mKeyInterceptionInfo; field in WindowState5670 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()