Home
last modified time | relevance | path

Searched refs:contentInsets (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot_converter.cpp31 std::unique_ptr<Rect> contentInsets = std::make_unique<Rect>(0, 0, 0, 0); in ConvertToSnapshot() local
32 snapshot.rect_ = std::move(contentInsets); in ConvertToSnapshot()
67 std::unique_ptr<Rect> contentInsets = std::make_unique<Rect>(0, 0, 0, 0); in ConvertToSnapshot() local
68 snapshot->rect_ = std::move(contentInsets); in ConvertToSnapshot()