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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 66 bool isAbove(ElementRecord*) const;
HTMLElementStack.cpp 143 bool HTMLElementStack::ElementRecord::isAbove(ElementRecord* other) const
HTMLTreeBuilder.cpp     [all...]
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 322 boolean isAbove = (aboveView != null) && (deltaYTotal < aboveView.getTop());
324 if (isBelow || isAbove) {
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 590 bool isAbove = sweep->fY <= 0;
591 if (isAbove && foundBelow) {
594 foundBelow |= !isAbove;
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 590 bool isAbove = sweep->fY <= 0;
591 if (isAbove && foundBelow) {
594 foundBelow |= !isAbove;
    [all...]
  /external/zxing/core/
core.jar 

Completed in 1415 milliseconds