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