HomeSort by relevance Sort by last modified time
    Searched defs:setEmpty (Results 26 - 50 of 75) sorted by null

12 3

  /frameworks/base/libs/hwui/
Layer.h 145 inline void setEmpty(bool empty) {
  /frameworks/base/graphics/java/android/graphics/
Path.java 79 if (rects != null) rects.setEmpty();
96 if (rects != null) rects.setEmpty();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrail.java 209 outBoundsRect.setEmpty();
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 433 mDirtyRect.setEmpty();
  /frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java 606 mDirtyRect.setEmpty();
687 mTouchableRegion.setEmpty();
DragState.java 133 mDragWindowHandle.touchableRegion.setEmpty();
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 298 mRegion.setEmpty();
317 mRegion.setEmpty();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 136 bool SkRegion::setEmpty() {
146 return this->setEmpty();
244 return this->setEmpty();
545 dst->setEmpty();
595 this->setEmpty();
973 return result ? result->setEmpty() : false;
    [all...]
SkAAClip.cpp 434 return this->setEmpty();
498 return this->setEmpty();
585 fBounds.setEmpty();
590 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate
656 bool SkAAClip::setEmpty() {
658 fBounds.setEmpty();
665 return this->setEmpty();
687 return this->setEmpty();
715 return this->setEmpty();
788 this->setEmpty();
    [all...]
  /external/skia/src/core/
SkRegion.cpp 136 bool SkRegion::setEmpty() {
146 return this->setEmpty();
244 return this->setEmpty();
545 dst->setEmpty();
595 this->setEmpty();
973 return result ? result->setEmpty() : false;
    [all...]
SkAAClip.cpp 434 return this->setEmpty();
498 return this->setEmpty();
585 fBounds.setEmpty();
590 SkDEBUGCODE(fBounds.setEmpty();) // need this for validate
656 bool SkAAClip::setEmpty() {
658 fBounds.setEmpty();
665 return this->setEmpty();
687 return this->setEmpty();
715 return this->setEmpty();
788 this->setEmpty();
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 277 mPreviousRegion.setEmpty();
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 680 mTmpInvalidateRect.setEmpty();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 268 mClipRegion.setEmpty();
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 377 void DependenceAnalysis::Constraint::setEmpty() {
430 X->setEmpty();
439 X->setEmpty();
473 X->setEmpty();
514 X->setEmpty();
520 X->setEmpty();
529 X->setEmpty();
554 X->setEmpty();
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 349 mTempRect.setEmpty();
    [all...]
ScrollView.java 370 mTempRect.setEmpty();
    [all...]
GridView.java     [all...]
ListView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 411 mTempRect.setEmpty();
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 338 mTempRect.setEmpty();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 318 info.touchableRegion.setEmpty();
    [all...]
KeyboardView.java 749 mDirtyRect.setEmpty();
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java     [all...]

Completed in 1228 milliseconds

12 3