Searched refs:isWindowAttached (Results 1 – 3 of 3) sorted by relevance
149 abilityWindow_->isWindowAttached = true;181 abilityWindow_->isWindowAttached = true;199 abilityWindow_->isWindowAttached = true;201 EXPECT_FALSE(abilityWindow_->isWindowAttached);214 abilityWindow_->isWindowAttached = false;228 abilityWindow_->isWindowAttached = true;245 abilityWindow_->isWindowAttached = true;277 abilityWindow_->isWindowAttached = true;293 abilityWindow_->isWindowAttached = true;324 abilityWindow_->isWindowAttached = true;[all …]
72 isWindowAttached = true; in InitWindow()84 if (!isWindowAttached) { in OnPostAbilityBackground()105 if (!isWindowAttached) { in OnPostAbilityForeground()126 if (!isWindowAttached) { in OnPostAbilityStop()134 isWindowAttached = false; in OnPostAbilityStop()145 if (!isWindowAttached) { in GetWindow()
107 bool isWindowAttached = false; variable