HomeSort by relevance Sort by last modified time
    Searched full:defaultheight (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Panel.js 92 * @param {number=} defaultHeight
94 createSidebarView: function(parentElement, position, defaultWidth, defaultHeight)
102 this.splitView = new WebInspector.SidebarView(position, this._sidebarWidthSettingName(), defaultWidth, defaultHeight);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 172 public int defaultHeight;
201 defaultHeight = getDimensionOrFraction(a,
308 height = parent.defaultHeight;
337 keyboard.mDisplayHeight, parent.defaultHeight);
571 row.defaultHeight = mDefaultHeight;
806 y += currentRow.defaultHeight;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 61 static const int DefaultHeight = 150;
73 , m_size(DefaultWidth, DefaultHeight)
244 h = DefaultHeight;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 164 public int defaultHeight;
194 defaultHeight = getDimensionOrFraction(a,
315 height = parent.defaultHeight;
344 keyboard.mDisplayHeight, parent.defaultHeight);
582 row.defaultHeight = mDefaultHeight;
837 y += currentRow.defaultHeight;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
controller.js 16 defaultHeight: 380, minHeight: 380, maxHeight: 380,
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 229 final int defaultWidth, defaultHeight;
232 defaultHeight = maxDim;
235 defaultHeight = maxDim;
237 return new Point(defaultWidth, defaultHeight);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 231 final int defaultWidth, defaultHeight;
234 defaultHeight = maxDim;
237 defaultHeight = maxDim;
239 sDefaultWallpaperSize = new Point(defaultWidth, defaultHeight);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 132 int defaultHeight = 320;
135 defaultWidth = (int)(defaultHeight * ratio);
170 mGame.bootstrap(this, dm.widthPixels, dm.heightPixels, defaultWidth, defaultHeight, mDifficulty);
  /external/chromium_org/chrome/common/extensions/api/
app_window.idl 38 [nodoc] long? defaultHeight;
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 266 milliseconds