HomeSort by relevance Sort by last modified time
    Searched refs:screenSize (Results 1 - 25 of 33) sorted by null

1 2

  /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;
  /frameworks/base/tools/localize/
Configuration.cpp 30 n = screenSize.compare(that.screenSize);
Configuration.h 17 string 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);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 43 final int screenSize = getResources().getConfiguration().screenLayout &
45 sIsScreenLarge = screenSize == Configuration.SCREENLAYOUT_SIZE_LARGE ||
46 screenSize == Configuration.SCREENLAYOUT_SIZE_XLARGE;
PagedView.java     [all...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 89 String screenSize = getScreenSize();
90 addResult(SCREEN_SIZE, screenSize);
174 String screenSize = String.format("0x%x", screenLayout);
177 screenSize = "small";
181 screenSize = "normal";
185 screenSize = "large";
189 screenSize = "undefined";
192 return screenSize;
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
waitbar_j.m 96 screenSize = get(0,'ScreenSize');
104 pos = [screenSize(3)/2-width/2 screenSize(4)/2-height/2 width height];
196 pos(2)=screenSize(4)/2-pos(4)/2;
203 pos(3)=min(tExtent(3)*1.10,screenSize(3));
204 pos(1)=screenSize(3)/2-pos(3)/2;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 32 import com.android.resources.ScreenSize;
308 ScreenSize screenSize = mParams.getConfigScreenSize();
309 if (screenSize != null) {
310 switch (screenSize) {
  /frameworks/base/include/utils/
ResourceTypes.h 912 uint32_t screenSize;
    [all...]
  /external/junit/src/junit/swingui/
TestSelector.java 146 Dimension screenSize= c.getToolkit().getScreenSize();
147 c.setLocation((screenSize.width-paneSize.width)/2, (screenSize.height-paneSize.height)/2);
  /frameworks/base/native/android/
configuration.cpp 180 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize) {
182 | (screenSize&ResTable_config::MASK_SCREENSIZE);
  /development/ndk/platforms/android-9/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /sdk/layoutlib_api/sample/src/com/example/android/render/
RenderServiceFactory.java 54 import com.android.resources.ScreenSize;
94 * @param screenSize
109 ScreenSize screenSize,
143 config.addQualifier(new ScreenSizeQualifier(screenSize));
  /frameworks/base/native/include/android/
configuration.h 265 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /frameworks/base/tools/aapt/
AaptAssets.cpp 249 *value = config.screenSize;
293 return config.screenSize;
638 this->screenSize = size;
684 s += screenSize;
796 if (this->screenSize != "") {
800 s += screenSize;
    [all...]
Command.cpp 409 int32_t screenSize = getIntegerAttribute(tree,
413 if (screenSize > 0 && screenDensity > 0) {
418 printf("'%d/%d'", screenSize, screenDensity);
    [all...]
AaptAssets.h 142 String8 screenSize;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 38 import com.android.resources.ScreenSize;
291 * @param screenSize the screen size to obtain a default theme for, or null if unknown
294 public String getDefaultTheme(IAndroidTarget renderingTarget, ScreenSize screenSize) {
309 if (apiLevel >= 11 && screenSize == ScreenSize.XLARGE) {
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 56 import com.android.resources.ScreenSize;
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 

Completed in 559 milliseconds

1 2