HomeSort by relevance Sort by last modified time
    Searched defs:isCandidate (Results 1 - 4 of 4) 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 210 if (!isCandidate(source, rect1, direction)) {
216 if (!isCandidate(source, rect2, direction)) {
295 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...]

Completed in 69 milliseconds