OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenSize
(Results
1 - 25
of
69
) sorted by null
1
2
3
/cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java
43
int
screenSize
= getScreenSize();
44
assertMemoryForScreenDensity(memoryClass, screenDensity,
screenSize
);
72
private void assertMemoryForScreenDensity(int memoryClass, int screenDensity, int
screenSize
) {
74
boolean isXLarge =
screenSize
== Configuration.SCREENLAYOUT_SIZE_XLARGE;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SnapScrollController.java
107
final double
screenSize
= Math.hypot((double) metrics.widthPixels / metrics.densityDpi,
109
if (
screenSize
< 3.0) {
111
} else if (
screenSize
< 5.0) {
113
} else if (
screenSize
< 7.0) {
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java
92
String
screenSize
= getScreenSize();
93
addResult(SCREEN_SIZE,
screenSize
);
183
String
screenSize
= String.format("0x%x", screenLayout);
186
screenSize
= "small";
190
screenSize
= "normal";
194
screenSize
= "large";
198
screenSize
= "xlarge";
202
screenSize
= "undefined";
205
return
screenSize
;
/external/proguard/src/proguard/gui/splash/
SplashPanel.java
207
Dimension
screenSize
= Toolkit.getDefaultToolkit().getScreenSize();
209
frame.setLocation((
screenSize
.width - frameSize.width) / 2,
210
(
screenSize
.height - frameSize.height) / 2);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp
409
const TSize
screenSize
= EpocSdlEnv::WindowSize(TSize(width, height));
410
if(width >
screenSize
.iWidth || height >
screenSize
.iHeight)
414
width =
screenSize
.iWidth;
415
height =
screenSize
.iHeight;
433
if(width ==
screenSize
.iWidth && height ==
screenSize
.iHeight)
486
Private->iScreenPos.iX = Max(0, (
screenSize
.iWidth - width) / 2);
487
Private->iScreenPos.iY = Max(0, (
screenSize
.iHeight - height) / 2);
/external/jmonkeyengine/engine/src/test/jme3test/
TestChooser.java
424
Dimension
screenSize
= Toolkit.getDefaultToolkit().getScreenSize();
426
if (frameSize.height >
screenSize
.height) {
427
frameSize.height =
screenSize
.height;
429
if (frameSize.width >
screenSize
.width) {
430
frameSize.width =
screenSize
.width;
432
this.setLocation((
screenSize
.width - frameSize.width) / 2,
433
(
screenSize
.height - frameSize.height) / 2);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
naclterm.js
97
var width = this.io.terminal_.
screenSize
.width;
155
var width = this.io.terminal_.
screenSize
.width;
188
this.createEmbed(this.io.terminal_.
screenSize
.width, this.io.terminal_.
screenSize
.height);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java
34
import com.android.resources.
ScreenSize
;
324
ScreenSize
screenSize
= hardwareConfig.getScreenSize();
325
if (
screenSize
!= null) {
326
switch (
screenSize
) {
/frameworks/base/native/android/
configuration.cpp
185
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
) {
187
| (
screenSize
&ResTable_config::MASK_SCREENSIZE);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationDescription.java
39
import com.android.resources.
ScreenSize
;
328
ScreenSize
screenSize
= null;
335
screenSize
= qualifier.getValue();
344
String defaultTheme = manifest.getDefaultTheme(target,
screenSize
);
/development/ndk/platforms/android-9/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
configuration.h
256
void AConfiguration_setScreenSize(AConfiguration* config, int32_t
screenSize
);
Completed in 351 milliseconds
1
2
3