OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortSizeDp
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/content/res/
Configuration.java
191
static public int reduceScreenLayout(int curLayout, int longSizeDp, int
shortSizeDp
) {
208
if (longSizeDp >= 960 &&
shortSizeDp
>= 720) {
212
} else if (longSizeDp >= 640 &&
shortSizeDp
>= 480) {
223
if (
shortSizeDp
> 321 || longSizeDp > 570) {
230
if (((longSizeDp*3)/5) >= (
shortSizeDp
-1)) {
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
[
all
...]
Completed in 47 milliseconds