HomeSort by relevance Sort by last modified time
    Searched defs:currentRow (Results 1 - 9 of 9) 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...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 764 Row currentRow = null;
776 currentRow = createRowFromXml(res, parser);
777 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode;
784 key = createKeyFromXml(res, currentRow, x, y, parser);
805 y += currentRow.verticalGap;
806 y += currentRow.defaultHeight;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 74 milliseconds