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

  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchVerticalSpacingStackFromBottomTest.java 122 int firstId = Integer.MIN_VALUE;
127 prevId = firstId;
134 firstId = firstChild.getId();
136 } while ((prevId != firstId) || (prevTop != firstTop));
142 firstId = Integer.MIN_VALUE;
145 prevId = firstId;
152 firstId = firstChild.getId();
154 } while ((prevId != firstId) || (prevTop != firstTop));
GridTouchVerticalSpacingTest.java 106 int firstId = Integer.MIN_VALUE;
111 prevId = firstId;
118 firstId = firstChild.getId();
120 } while ((prevId != firstId) || (prevTop != firstTop));
127 firstId = Integer.MIN_VALUE;
130 prevId = firstId;
137 firstId = firstChild.getId();
139 } while ((prevId != firstId) || (prevTop != firstTop));
  /external/srec/tools/grxmlcompile/
sub_min.cpp 63 bool SubGraph::EquivalenceTestForward (int firstId, int secondId, int *equivMap)
67 assert (firstId != secondId);
68 fix= FindFromIndex (firstId);
77 while (fix < numArc && arc[forwardList[fix]]->GetFromId() == firstId
80 if (fix < numArc && arc[forwardList[fix]]->GetFromId() == firstId)
93 if (fnxt != firstId && snxt != secondId)
95 else if (fnxt != firstId || snxt != secondId)
184 int fix, six, firstId, secondId, vertEnd;
199 firstId= -1;
202 // Iterator for firstId
    [all...]
sub_grph.h 246 bool EquivalenceTestForward (int firstId, int secondId, int *equivMap);
261 void MergeVertices (int newId, int firstId, int secondId);
263 int PairwiseDeterminize (int baseId, int firstId, int fixStart, int secondId, int sixStart, DetCache *cache);
sub_phon.cpp 210 int ii, fix, bix, firstId, newId, modelCount, followCount, currId, count;
262 firstId= newId;
287 currId= firstId;
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 124 int firstId = Integer.MIN_VALUE;
129 prevId = firstId;
133 firstId = firstChild.getId();
135 } while ((prevId != firstId) || (prevTop != firstTop));
164 int firstId = Integer.MIN_VALUE;
169 prevId = firstId;
173 firstId = firstChild.getId();
175 } while ((prevId != firstId) || (prevTop != firstTop));
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 304 private void loadCertificates(Spinner spinner, String prefix, int firstId, String selected) {
306 String first = (firstId == 0) ? "" : context.getString(firstId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java     [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 389 milliseconds