HomeSort by relevance Sort by last modified time
    Searched defs:setEmpty (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /frameworks/support/compat/java/android/support/v4/graphics/
PaintCompat.java 112 rects.first.setEmpty();
113 rects.second.setEmpty();
  /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
OutlinePerfTest.java 39 outline.setEmpty();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
WindowManagerProxy.java 163 mTempDockedTaskRect.setEmpty();
168 mTempDockedInsetRect.setEmpty();
173 mTempOtherTaskRect.setEmpty();
178 mTempOtherInsetRect.setEmpty();
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
EmptyViewController.java 70 public void setEmpty(boolean isEmpty) {
  /frameworks/base/graphics/java/android/graphics/
Outline.java 93 public void setEmpty() {
99 mRect.setEmpty();
106 * Outlines are empty when constructed, or if {@link #setEmpty()} is called,
109 * @see #setEmpty()
191 setEmpty();
244 setEmpty();
262 mRect.setEmpty();
279 setEmpty();
293 mRect.setEmpty();
  /external/skia/include/core/
SkSize.h 31 void setEmpty() { fWidth = fHeight = 0; }
73 void setEmpty() { *this = SkSize{0, 0}; }
  /external/skia/src/gpu/
GrRect.h 19 r.setEmpty();
40 void setEmpty() { memset(this, 0, sizeof(*this)); }
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/template/
MyBean.java 49 public void setEmpty(List<Integer> empty) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
SkipBean.java 79 public void setEmpty(List<File> empty) {
  /frameworks/base/media/java/android/media/
Image.java 242 cropRect.setEmpty();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DarkIconDispatcherImpl.java 87 mTintArea.setEmpty();
  /packages/apps/Gallery/src/com/android/camera/
GalleryPickerItem.java 92 mFrameBounds.setEmpty();
98 mFrameBounds.setEmpty();
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDevice.java 210 viewport.logicalFrame.setEmpty();
216 viewport.physicalFrame.setEmpty();
  /frameworks/base/services/core/java/com/android/server/wm/
StackWindowController.java 220 outStackBounds.setEmpty();
221 outTempTaskBounds.setEmpty();
237 outBounds.setEmpty();
249 outBounds.setEmpty();
TaskStack.java 335 mBoundsAnimationTarget.setEmpty();
340 mBoundsAnimationSourceHintBounds.setEmpty();
422 mBoundsAnimationTarget.setEmpty();
423 mBoundsAnimationSourceHintBounds.setEmpty();
469 mBoundsAfterRotation.setEmpty();
700 mTmpRect2.setEmpty();
738 outTempTaskBounds.setEmpty();
750 outStackBounds.setEmpty();
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 104 outline.setEmpty();
  /external/skia/src/core/
SkRasterClip.cpp 112 fBounds.setEmpty();
190 bool SkRasterClip::setEmpty() {
194 fBW.setEmpty();
195 fAA.setEmpty();
205 fAA.setEmpty();
409 dst->setEmpty();
420 dst->fAA.setEmpty();
423 dst->fBW.setEmpty();
  /external/skia/tools/lua/
skia.lua 59 function Sk.Rect:setEmpty()
  /frameworks/base/core/java/android/view/
WindowInfo.java 164 boundsInScreen.setEmpty();
  /frameworks/base/core/java/android/view/animation/
Transformation.java 73 mClipRect.setEmpty();
112 mClipRect.setEmpty();
  /frameworks/base/libs/hwui/
Outline.h 70 setEmpty();
79 void setEmpty() {
Rect.h 108 inline void setEmpty() {
  /frameworks/minikin/include/minikin/
MinikinFont.h 78 void setEmpty() {
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StickyHeaderListView.java 129 mStickyRect.setEmpty();
  /frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
StickyHeaderRecyclerView.java 113 mStickyRect.setEmpty();

Completed in 1214 milliseconds

1 2 3 4 5 6