Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/layout/
H A DAnimationHelper.java35 boolean focusGoesOnTop = animate && focusGoesOnTop(top, bottom); in create()
80 focusGoesOnTop, in create()
102 boolean focusGoesOnTop, in AnimationHelper() argument
116 focusGoesOnTop_ = focusGoesOnTop; in AnimationHelper()
182 private static boolean focusGoesOnTop(LogicalWindow top, LogicalWindow bottom) in focusGoesOnTop() method in AnimationHelper