HomeSort by relevance Sort by last modified time
    Searched defs:layoutSize (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/dom/
ViewportArguments.h 46 IntSize 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);
  /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...]

Completed in 729 milliseconds