Searched refs:windowType_ (Results 1 – 5 of 5) sorted by relevance
31 auto windowType = focusChangeInfo->windowType_; in OnFocused()48 auto windowType = focusChangeInfo->windowType_; in OnUnfocused()
342 win->windowType_ = VALUE_INT(windowType); in HandleFocusedWindow()403 win->windowType_ = VALUE_INT(windowType); in HandleUnfocusedWindow()
43 windowType_(type), abilityToken_(abilityToken) {}; in FocusChangeInfo()53 WindowType windowType_ = WindowType::WINDOW_TYPE_APP_MAIN_WINDOW; variable
121 parcel.WriteUint32(static_cast<uint32_t>(windowType_)); in Marshalling()133 focusChangeInfo->windowType_ = static_cast<WindowType>(parcel.ReadUint32()); in Unmarshalling()167 … static_cast<uint32_t>(focusChangeInfo->windowType_), focusChangeInfo->abilityToken_.GetRefPtr()); in NotifyFocused()177 … static_cast<uint32_t>(focusChangeInfo->windowType_), focusChangeInfo->abilityToken_.GetRefPtr()); in NotifyUnfocused()
44 int32_t windowType_ = 0; variable