Searched refs:maxSwapInterval (Results 1 – 3 of 3) sorted by relevance
347 : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0) in ANativeWindow()373 const int maxSwapInterval; member
223 *value = window->maxSwapInterval; in ANativeWindow_query()
94 const_cast<int&>(ANativeWindow::maxSwapInterval) = 1; in Surface()529 if (interval > maxSwapInterval) in setSwapInterval()530 interval = maxSwapInterval; in setSwapInterval()