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.java189 public static final int WINDOW_CONFIG_ALWAYS_ON_TOP = 1 << 5; field in WindowConfiguration
204 WINDOW_CONFIG_ALWAYS_ON_TOP,
517 changed |= WINDOW_CONFIG_ALWAYS_ON_TOP; in updateFrom()
552 if ((mask & WINDOW_CONFIG_ALWAYS_ON_TOP) != 0) { in setTo()
604 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;
101 | WINDOW_CONFIG_ALWAYS_ON_TOP, in testDiff()