OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCREENLAYOUT_ROUND_YES
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/tests/coretests/src/android/content/res/
ResourcesManagerTest.java
222
config2.screenLayout |= Configuration.
SCREENLAYOUT_ROUND_YES
;
241
expectedConfig2.screenLayout |= Configuration.
SCREENLAYOUT_ROUND_YES
;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java
387
config.screenLayout |= Configuration.
SCREENLAYOUT_ROUND_YES
;
/frameworks/base/core/java/android/content/res/
Configuration.java
194
public static final int
SCREENLAYOUT_ROUND_YES
= 0x2 << SCREENLAYOUT_ROUND_SHIFT;
226
* shape. They may be one of {@link #SCREENLAYOUT_ROUND_NO} or {@link #
SCREENLAYOUT_ROUND_YES
}.
[
all
...]
/cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java
410
config.screenLayout |= Configuration.
SCREENLAYOUT_ROUND_YES
;
/frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 576 milliseconds