Searched defs:screenWidth (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/awt/org/apache/harmony/awt/
H A DChoiceStyle.java30 int getPopupX(int x, int width, int choiceWidth, int screenWidth); argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java281 int screenWidth, int screenHeight, String themeName,
292 screenWidth, screenHeight, DisplayMetrics.DENSITY_DEFAULT,
305 int screenWidth, int screenHeight, String themeName, boolean isProjectTheme,
310 screenWidth, screenHeight, DisplayMetrics.DENSITY_DEFAULT,
322 int screenWidth, int screenHeight, int density, float xdpi, float ydpi,
328 screenWidth, screenHeight, false /* renderFullSize */,
338 int screenWidth, int screenHeight, boolean renderFullSize,
367 metrics.widthPixels = screenWidth;
422 w_spec = MeasureSpec.makeMeasureSpec(screenWidth,
429 if (neededWidth > screenWidth) {
279 computeLayout(IXmlPullParser layoutDescription, Object projectKey, int screenWidth, int screenHeight, String themeName, Map<String, Map<String, IResourceValue>> projectResources, Map<String, Map<String, IResourceValue>> frameworkResources, IProjectCallback customViewLoader, ILayoutLog logger) argument
304 computeLayout(IXmlPullParser layoutDescription, Object projectKey, int screenWidth, int screenHeight, String themeName, boolean isProjectTheme, Map<String, Map<String, IResourceValue>> projectResources, Map<String, Map<String, IResourceValue>> frameworkResources, IProjectCallback customViewLoader, ILayoutLog logger) argument
321 computeLayout(IXmlPullParser layoutDescription, Object projectKey, int screenWidth, int screenHeight, int density, float xdpi, float ydpi, String themeName, boolean isProjectTheme, Map<String, Map<String, IResourceValue>> projectResources, Map<String, Map<String, IResourceValue>> frameworkResources, IProjectCallback customViewLoader, ILayoutLog logger) argument
337 computeLayout(IXmlPullParser layoutDescription, Object projectKey, int screenWidth, int screenHeight, boolean renderFullSize, int density, float xdpi, float ydpi, String themeName, boolean isProjectTheme, Map<String, Map<String, IResourceValue>> projectResources, Map<String, Map<String, IResourceValue>> frameworkResources, IProjectCallback customViewLoader, ILayoutLog logger) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java652 int keyboardHidden, int navigation, int screenWidth, int screenHeight,
650 setConfiguration(int mcc, int mnc, String locale, int orientation, int touchscreen, int density, int keyboard, int keyboardHidden, int navigation, int screenWidth, int screenHeight, int screenLayout, int uiMode, int majorVersion) argument
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp540 jint screenWidth, jint screenHeight,
562 config.screenWidth = (uint16_t)screenWidth;
534 android_content_AssetManager_setConfiguration(JNIEnv* env, jobject clazz, jint mcc, jint mnc, jstring locale, jint orientation, jint touchscreen, jint density, jint keyboard, jint keyboardHidden, jint navigation, jint screenWidth, jint screenHeight, jint screenLayout, jint uiMode, jint sdkVersion) argument
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java483 screenWidth is used by layout to wrap column around. If viewport uses
484 fixed size, screenWidth can be different from width with zooming.
487 private native void nativeSetSize(int width, int height, int screenWidth, argument
1899 * zoom factor which is controlled by screenWidth.
1923 * zoom factor which is controlled by screenWidth.
/frameworks/base/include/utils/
H A DResourceTypes.h905 uint16_t screenWidth; member in struct:android::ResTable_config::__anon147::__anon148
985 screenWidth = dtohs(screenWidth);
996 screenWidth = htods(screenWidth);
1149 if (screenWidth != o.screenWidth) {
1150 if (!screenWidth) return false;
1151 if (!o.screenWidth) return true;
1313 if ((screenWidth !
[all...]
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java8095 public boolean fillsScreenLw(int screenWidth, int screenHeight, argument
8115 && frame.right >= screenWidth
8132 boolean needsBackgroundFiller(int screenWidth, int screenHeight) { argument
8147 boolean isFullscreen(int screenWidth, int screenHeight) { argument
8149 mFrame.right >= screenWidth && mFrame.bottom >= screenHeight;

Completed in 239 milliseconds