/external/webkit/Source/WebCore/dom/ |
ViewportArguments.h | 46 IntSize layoutSize;
|
ViewportArguments.cpp | 167 result.layoutSize.setWidth(width); 168 result.layoutSize.setHeight(height);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitviewportattributes.cpp | 539 priv->width = attributes.layoutSize.width(); 540 priv->height = attributes.layoutSize.height();
|
/cts/tests/tests/widget/src/android/widget/cts/ |
GridViewTest.java | 730 int layoutSize = (int)(50 * mContext.getResources().getDisplayMetrics().density); 731 imageView.setLayoutParams(new GridView.LayoutParams(layoutSize, layoutSize));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ViewHierarchy.java | 248 LayoutPoint layoutSize = imageSize.toLayout(); 251 return new ViewInfo(VIEW_MERGE, children.get(0), 0, 0, layoutSize.x, layoutSize.y);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
DumpRenderTreeSupportGtk.cpp | 646 fprintf(stdout, "viewport size %dx%d scale %f with limits [%f, %f] and userScalable %f\n", attrs.layoutSize.width(), attrs.layoutSize.height(), attrs.initialScale, attrs.minimumScale, attrs.maximumScale, attrs.userScalable);
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qwkpage.cpp | 568 result.m_size = conf.layoutSize;
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DumpRenderTreeSupportQt.cpp | 747 conf.layoutSize.width(), 748 conf.layoutSize.height(), [all...] |
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/skin/android/ |
AndroidSkinTranslator.java | 435 Point layoutSize = 438 generateImageDataWithBackground(layoutFile, layoutName, layoutSize.x, 439 layoutSize.y, bgDatas[img], skinFilesPath); [all...] |
/frameworks/base/tools/aapt/ |
AaptAssets.cpp | 375 String8 mcc, mnc, loc, layoutsize, layoutlong, orient, den; local 513 layoutsize = part; 683 this->screenLayoutSize = layoutsize; [all...] |
/frameworks/base/core/java/android/content/res/ |
Configuration.java | 640 default: sb.append(" layoutSize="); [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view.cpp | [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebpage.cpp | [all...] |
/external/webkit/Source/WebKit/qt/ |
ChangeLog-2011-02-16 | [all...] |