Searched refs:inflatedSize (Results 1 – 1 of 1) sorted by relevance
49 status_t CursorWindow::create(const String8 &name, size_t inflatedSize, CursorWindow **outWindow) { in create() argument56 window->mSize = std::min(kInlineSize, inflatedSize); in create()57 window->mInflatedSize = inflatedSize; in create()