HomeSort by relevance Sort by last modified time
    Searched refs:currentRow (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 717 Row currentRow = null;
729 currentRow = createRowFromXml(res, parser);
730 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode;
737 key = createKeyFromXml(res, currentRow, x, y, parser);
758 y += currentRow.verticalGap;
759 y += currentRow.defaultHeight;
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 588 if (networkList->currentRow() >= 0)
589 was_selected = networkList->currentRow();
1059 if (networkList->currentRow() < 0) {
1128 if (networkList->currentRow() < 0) {
1188 if (networkList->currentRow() < 0)
1208 if (networkList->currentRow() < 0 || !enabled)
1220 if (networkList->currentRow() < 0 || !disabled)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 460 final int currentRow = currentSelection / mColumnsPerPage;
462 if (currentRow < rowCount-1) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 70 milliseconds