OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compatSmallestScreenWidthDp
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/content/res/
Configuration.java
541
public int
compatSmallestScreenWidthDp
;
619
compatSmallestScreenWidthDp
= o.
compatSmallestScreenWidthDp
;
[
all
...]
CompatibilityInfo.java
461
inoutConfig.smallestScreenWidthDp = inoutConfig.
compatSmallestScreenWidthDp
;
/frameworks/base/core/java/android/app/
ResourcesManager.java
131
config.
compatSmallestScreenWidthDp
= config.smallestScreenWidthDp;
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
Completed in 54 milliseconds