OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isXLarge
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java
74
boolean
isXLarge
= screenSize == Configuration.SCREENLAYOUT_SIZE_XLARGE;
81
expectedMinimumMemory =
isXLarge
? 32 : 16;
86
expectedMinimumMemory =
isXLarge
? 64 : 32;
90
expectedMinimumMemory =
isXLarge
? 128 : 64;
94
expectedMinimumMemory =
isXLarge
? 192 : 128;
98
expectedMinimumMemory =
isXLarge
? 256 : 128;
102
expectedMinimumMemory =
isXLarge
? 512 : 256;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java
68
/** for
isXLarge
*/
104
if (
isXLarge
()) {
120
if (
isXLarge
()) {
337
public static boolean
isXLarge
() {
UserDictionaryToolsList.java
151
/** for
isXLarge
*/
692
if (
isXLarge
()) {
712
if (
isXLarge
()) {
778
public static boolean
isXLarge
() {
OpenWnnJAJP.java
552
if (OpenWnn.
isXLarge
()) {
569
if (OpenWnn.
isXLarge
()) {
598
if (OpenWnn.
isXLarge
()) {
[
all
...]
KeyboardView.java
733
if (OpenWnn.
isXLarge
()) {
751
if (OpenWnn.
isXLarge
()) {
770
if (OpenWnn.
isXLarge
()) {
[
all
...]
TextCandidatesViewManager.java
435
if (OpenWnn.
isXLarge
()) {
441
if (OpenWnn.
isXLarge
()) {
[
all
...]
DefaultSoftKeyboard.java
764
if (OpenWnn.
isXLarge
()) {
[
all
...]
OpenWnnEN.java
341
if (OpenWnn.
isXLarge
()) {
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java
318
if (OpenWnn.
isXLarge
()) {
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java
569
boolean
isXLarge
= (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) ==
574
if (
isXLarge
&& isHoneycombApp) {
[
all
...]
Completed in 70 milliseconds