Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DCursorWindow.cpp49 status_t CursorWindow::create(const String8 &name, size_t inflatedSize, CursorWindow **outWindow) { in create() argument
56 window->mSize = std::min(kInlineSize, inflatedSize); in create()
57 window->mInflatedSize = inflatedSize; in create()