Searched refs:mInsetsOwnerDeathRecipientMap (Results 1 – 1 of 1) sorted by relevance
180 private ArrayMap<IBinder, DeathRecipient> mInsetsOwnerDeathRecipientMap; field in WindowContainer442 if (mInsetsOwnerDeathRecipientMap == null) { in addLocalInsetsFrameProvider()443 mInsetsOwnerDeathRecipientMap = new ArrayMap<>(); in addLocalInsetsFrameProvider()445 DeathRecipient deathRecipient = mInsetsOwnerDeathRecipientMap.get(owner); in addLocalInsetsFrameProvider()454 mInsetsOwnerDeathRecipientMap.put(owner, deathRecipient); in addLocalInsetsFrameProvider()503 mInsetsOwnerDeathRecipientMap.remove(mOwner); in binderDied()519 if (mInsetsOwnerDeathRecipientMap == null) { in removeLocalInsetsFrameProvider()522 final DeathRecipient deathRecipient = mInsetsOwnerDeathRecipientMap.get(owner); in removeLocalInsetsFrameProvider()529 mInsetsOwnerDeathRecipientMap.remove(owner); in removeLocalInsetsFrameProvider()