OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenLayoutLong
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationTest.java
71
int
screenLayoutLong
= mConfig.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK;
79
assertEquals(Configuration.SCREENLAYOUT_LONG_NO,
screenLayoutLong
);
90
assertEquals(Configuration.SCREENLAYOUT_LONG_YES,
screenLayoutLong
);
92
assertEquals(Configuration.SCREENLAYOUT_LONG_NO,
screenLayoutLong
);
/frameworks/base/tools/aapt/
AaptAssets.cpp
625
this->
screenLayoutLong
= layoutlong;
664
s +=
screenLayoutLong
;
736
if (this->
screenLayoutLong
!= "") {
740
s +=
screenLayoutLong
;
[
all
...]
AaptAssets.h
132
String8
screenLayoutLong
;
Completed in 678 milliseconds