OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentRow
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/inputmethodservice/
Keyboard.java
787
Row
currentRow
= null;
799
currentRow
= createRowFromXml(res, parser);
800
rows.add(
currentRow
);
801
skipRow =
currentRow
.mode != 0 &&
currentRow
.mode != mKeyboardMode;
808
key = createKeyFromXml(res,
currentRow
, x, y, parser);
823
currentRow
.mKeys.add(key);
836
y +=
currentRow
.verticalGap;
837
y +=
currentRow
.defaultHeight;
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 981 milliseconds