OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultHeight
(Results
1 - 25
of
27
) sorted by null
1
2
/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
;