Searched refs:setEmpty (Results 1 - 25 of 100) sorted by relevance

1234

/frameworks/base/graphics/java/android/graphics/
H A DOutline.java93 public void setEmpty() { method in class:Outline
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();
H A DRegion.java83 public void setEmpty() { method in class:Region
331 setEmpty();
H A DPath.java81 if (rects != null) rects.setEmpty();
96 if (rects != null) rects.setEmpty();
115 rects.setEmpty();
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DOutlinePerfTest.java39 outline.setEmpty();
/frameworks/base/media/java/android/media/
H A DImage.java242 cropRect.setEmpty();
/frameworks/support/compat/ics/android/support/v4/graphics/
H A DPaintCompatApi14.java94 rects.first.setEmpty();
95 rects.second.setEmpty();
/frameworks/base/libs/hwui/
H A DOutline.h70 setEmpty();
79 void setEmpty() { function in class:android::uirenderer::Outline::Type
H A DDamageAccumulator.cpp87 mHead->pendingDirty.setEmpty();
205 frame->pendingDirty.setEmpty();
223 frame->pendingDirty.setEmpty();
240 mHead->pendingDirty.setEmpty();
H A DClipArea.cpp104 void RectangleList::setEmpty() { function in class:android::uirenderer::RectangleList
203 void ClipArea::setEmpty() { function in class:android::uirenderer::ClipArea
206 mClipRect.setEmpty();
207 mClipRegion.setEmpty();
208 mRectangleList.setEmpty();
215 mClipRegion.setEmpty();
349 mClipRegion.setEmpty();
353 mClipRect.setEmpty();
H A DClipArea.h74 void setEmpty();
145 void setEmpty();
H A DVertexBuffer.h110 mBounds.setEmpty();
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java210 viewport.logicalFrame.setEmpty();
216 viewport.physicalFrame.setEmpty();
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DWindowManagerProxy.java163 mTempDockedTaskRect.setEmpty();
168 mTempDockedInsetRect.setEmpty();
173 mTempOtherTaskRect.setEmpty();
178 mTempOtherInsetRect.setEmpty();
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java73 mClipRect.setEmpty();
112 mClipRect.setEmpty();
/frameworks/minikin/include/minikin/
H A DMinikinFont.h78 void setEmpty() { function in struct:minikin::MinikinRect
H A DLayout.h63 mBounds.setEmpty();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDarkIconDispatcherImpl.java87 mTintArea.setEmpty();
/frameworks/base/services/core/java/com/android/server/wm/
H A DStackWindowController.java220 outStackBounds.setEmpty();
221 outTempTaskBounds.setEmpty();
237 outBounds.setEmpty();
249 outBounds.setEmpty();
H A DTaskStack.java335 mBoundsAnimationTarget.setEmpty();
340 mBoundsAnimationSourceHintBounds.setEmpty();
422 mBoundsAnimationTarget.setEmpty();
423 mBoundsAnimationSourceHintBounds.setEmpty();
469 mBoundsAfterRotation.setEmpty();
700 mTmpRect2.setEmpty();
738 outTempTaskBounds.setEmpty();
750 outStackBounds.setEmpty();
1202 mTmpAdjustedBounds.setEmpty();
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java109 mStickyRect.setEmpty();
/frameworks/base/core/java/android/view/
H A DWindowInfo.java159 boundsInScreen.setEmpty();
H A DViewTreeObserver.java263 contentInsets.setEmpty();
264 visibleInsets.setEmpty();
265 touchableRegion.setEmpty();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java129 mStickyRect.setEmpty();
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java305 mMaximizeRect.setEmpty();
306 mCloseRect.setEmpty();
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp707 dirty->setEmpty();
712 dirty->setEmpty();
717 dirty->setEmpty();

Completed in 2155 milliseconds

1234