Searched refs:outline (Results 51 - 56 of 56) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java186 public void getOutline(View view, Outline outline) {
187 outline.setRect(mClipBounds);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java1254 * Populates <code>outline</code> with the first available (non-empty) layer outline.
1256 * @param outline Outline in which to place the first available layer outline
1259 public void getOutline(@NonNull Outline outline) { argument
1265 dr.getOutline(outline);
1266 if (!outline.isEmpty()) {
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h327 * The clipping outline is independent from the regular clip.
329 void setClippingOutline(LinearAllocator& allocator, const Outline* outline);
H A DOpenGLRenderer.cpp1313 // stash and disable the outline clip state, since stencil doesn't account for outline
2082 void OpenGLRenderer::setClippingOutline(LinearAllocator& allocator, const Outline* outline) { argument
2083 mState.setClippingOutline(allocator, outline);
/frameworks/base/docs/html/ndk/reference/
H A Ddoxygen.css699 outline:none;
877 outline: none;
/frameworks/base/core/java/android/view/
H A DView.java12930 * the shape of the shadow it casts, and enables outline clipping.
12934 * outline provider with this method allows this behavior to be overridden.
12936 * If the ViewOutlineProvider is null, if querying it for an outline returns false,
12952 * that defines the shape of the shadow it casts, and enables outline clipping.
12961 * Called to rebuild this View's Outline from its {@link ViewOutlineProvider outline provider}
12974 * outline without invalidating the view itself. This is intended to be called from
12977 * we invalidate the outline in case it changed in the meantime, but we do not
12982 // Unattached views ignore this signal, and outline is recomputed in onAttachedToWindow()
12986 // no provider, remove outline
12989 final Outline outline
[all...]

Completed in 830 milliseconds

123