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

123

/frameworks/base/libs/hwui/
H A DClipArea.cpp29 r.setEmpty();
110 void RectangleList::setEmpty() { function in class:android::uirenderer::RectangleList
202 void ClipArea::setEmpty() { function in class:android::uirenderer::ClipArea
204 mClipRect.setEmpty();
205 mClipRegion.setEmpty();
206 mRectangleList.setEmpty();
212 mClipRegion.setEmpty();
280 mClipRect.setEmpty();
365 mClipRegion.setEmpty();
369 mClipRect.setEmpty();
[all...]
H A DOutline.h47 setEmpty();
56 void setEmpty() { function in class:android::uirenderer::Outline
H A DDamageAccumulator.cpp87 mHead->pendingDirty.setEmpty();
191 frame->pendingDirty.setEmpty();
209 frame->pendingDirty.setEmpty();
226 mHead->pendingDirty.setEmpty();
H A DClipArea.h66 void setEmpty();
92 void setEmpty();
H A DLayer.cpp271 dirtyRect.setEmpty();
290 dirtyRect.setEmpty();
H A DCanvasState.h147 void setEmpty(bool value) { mSnapshot->empty = value; } function in class:android::uirenderer::CanvasState
H A DVertexBuffer.h110 mBounds.setEmpty();
H A DFrameInfoVisualizer.cpp86 dirty->setEmpty();
H A DLayer.h173 inline void setEmpty(bool empty) { function in class:android::uirenderer::Layer
H A DSnapshot.cpp181 mClipArea->setEmpty();
/frameworks/base/graphics/java/android/graphics/
H A DOutline.java62 public void setEmpty() { method in class:Outline
71 * Outlines are empty when constructed, or if {@link #setEmpty()} is called,
74 * @see #setEmpty()
161 setEmpty();
183 setEmpty();
212 setEmpty();
H A DRegion.java83 public void setEmpty() { method in class:Region
331 setEmpty();
H A DPath.java73 if (rects != null) rects.setEmpty();
88 if (rects != null) rects.setEmpty();
/frameworks/base/media/java/android/media/
H A DImage.java232 cropRect.setEmpty();
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java205 viewport.logicalFrame.setEmpty();
211 viewport.physicalFrame.setEmpty();
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java73 mClipRect.setEmpty();
112 mClipRect.setEmpty();
/frameworks/minikin/include/minikin/
H A DMinikinFont.h89 void setEmpty() { function in struct:android::MinikinRect
H A DLayout.h84 mBounds.setEmpty();
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java258 contentInsets.setEmpty();
259 visibleInsets.setEmpty();
260 touchableRegion.setEmpty();
H A DWindowInfo.java145 boundsInScreen.setEmpty();
H A DWindowInsets.java106 mTempRect.setEmpty();
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp244 dirty.setEmpty();
246 dirty.setEmpty();
251 dirty.setEmpty();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java60 rect.setEmpty();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java126 mStickyRect.setEmpty();
/frameworks/base/core/java/com/android/internal/view/
H A DFloatingActionMode.java191 mContentRectOnScreen.setEmpty();

Completed in 7969 milliseconds

123