Home
last modified time | relevance | path

Searched refs:NAV_WINDOWING_LIST_APPEAR_DELAY (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp983 static const float NAV_WINDOWING_LIST_APPEAR_DELAY = 0.15f; // Time before the window list starts to appear variable
8124 if (g.NavWindowingTimer < NAV_WINDOWING_LIST_APPEAR_DELAY) in NavUpdateWindowingList()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp877 static const float NAV_WINDOWING_LIST_APPEAR_DELAY = 0.15f; // Time before the window list starts to appear variable
10074 if (g.NavWindowingTimer < NAV_WINDOWING_LIST_APPEAR_DELAY) in NavUpdateWindowingOverlay()

Completed in 38 milliseconds