OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenLayoutLong
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutTest.java
94
boolean
screenLayoutLong
;
109
screenLayoutLong
= false;
120
screenLayoutLong
= true;
122
screenLayoutLong
= false;
126
if (!
screenLayoutLong
) {
/frameworks/base/core/java/android/content/res/
Configuration.java
193
boolean
screenLayoutLong
;
204
screenLayoutLong
= false;
232
screenLayoutLong
= true;
234
screenLayoutLong
= false;
240
if (!
screenLayoutLong
) {
[
all
...]
/frameworks/base/tools/aapt/
AaptAssets.cpp
684
this->
screenLayoutLong
= layoutlong;
726
s +=
screenLayoutLong
;
804
if (this->
screenLayoutLong
!= "") {
808
s +=
screenLayoutLong
;
[
all
...]
AaptAssets.h
127
String8
screenLayoutLong
;
Completed in 589 milliseconds