Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWindowConfiguration.java179 public static final int WINDOW_CONFIG_ALWAYS_ON_TOP = 1 << 4; field in WindowConfiguration
193 WINDOW_CONFIG_ALWAYS_ON_TOP,
422 changed |= WINDOW_CONFIG_ALWAYS_ON_TOP; in updateFrom()
474 changes |= WINDOW_CONFIG_ALWAYS_ON_TOP; in diff()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java25 import static android.app.WindowConfiguration.WINDOW_CONFIG_ALWAYS_ON_TOP;
92 | WINDOW_CONFIG_ALWAYS_ON_TOP, in testDiff()