18 return window_.is_valid();
25 const int32_t width = ANativeWindow_getWidth(window_.get());
26 const int32_t height = ANativeWindow_getHeight(window_.get());
27 return ISize::MakeWH(std::max(width, 0), std::max(height, 0));
ANativeWindow * GetHandle() const
NativeWindow(ANativeWindow *window)
const ProcTable & GetProcTable()
static constexpr TSize MakeWH(Type width, Type height)