Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java192 public static final int WINDOW_CONFIG_ALWAYS_ON_TOP = 1 << 5; field in WindowConfiguration
207 WINDOW_CONFIG_ALWAYS_ON_TOP,
476 changed |= WINDOW_CONFIG_ALWAYS_ON_TOP; in updateFrom()
511 if ((mask & WINDOW_CONFIG_ALWAYS_ON_TOP) != 0) { in setTo()
563 changes |= WINDOW_CONFIG_ALWAYS_ON_TOP; in diff()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowConfigurationTests.java27 import static android.app.WindowConfiguration.WINDOW_CONFIG_ALWAYS_ON_TOP;
102 | WINDOW_CONFIG_ALWAYS_ON_TOP, in testDiff()