OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRowHeight
(Results
1 - 7
of
7
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java
140
int rowHeight =
getRowHeight
();
179
private int
getRowHeight
() {
184
final int rowHeight =
getRowHeight
();
/frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java
142
int rowHeight =
getRowHeight
();
181
private int
getRowHeight
() {
186
final int rowHeight =
getRowHeight
();
/external/chromium/chrome/browser/resources/keyboard/
main.js
575
function
getRowHeight
() {
636
var height =
getRowHeight
();
660
body.appendChild(allRows[i].makeDOM(
getRowHeight
()));
/external/skia/include/views/
SkWidget.h
357
SkScalar
getRowHeight
() const { return fRowHeight; }
/external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp
144
int
getRowHeight
(int index);
590
return m_listBox->
getRowHeight
(0);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java
[
all
...]
Completed in 535 milliseconds