HomeSort by relevance Sort by last modified time
    Searched defs:isCandidate (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/view/
FocusFinderHelper.java 44 public boolean isCandidate(Rect srcRect, Rect destRect, int direction) {
45 return mFocusFinder.isCandidate(srcRect, destRect, direction);
FocusFinder.java 296 if (!isCandidate(source, rect1, direction)) {
302 if (!isCandidate(source, rect2, direction)) {
381 boolean isCandidate(Rect srcRect, Rect destRect, int direction) {
  /external/webkit/Source/WebCore/dom/
PositionIterator.cpp 147 bool PositionIterator::isCandidate() const
Position.cpp 423 bool rendered = isCandidate();
433 if (currentPos.isCandidate())
451 bool rendered = isCandidate();
461 if (currentPos.isCandidate())
472 // FIXME: Disregard nodes with renderers that have no height, as we do in isCandidate.
473 // FIXME: Share code with isCandidate, if possible.
773 bool Position::isCandidate() const
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 368 bool isCandidate[houghWidth];
373 isCandidate[j] = true;
374 for (int m = -2; ((isCandidate[j]) && (m <= 2)); ++m) {
377 isCandidate[j] = false;
389 while ((!isCandidate[iter2]) && (iter2 < houghWidth)) {
392 if ((isCandidate[iter2]) && (iter2 - iter1 < 5)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 334 milliseconds