Searched refs:Region (Results 101 - 125 of 129) sorted by relevance

123456

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java37 import android.graphics.Region;
779 * Returns a Region representing the part of the Drawable that is completely
784 * Region if they want to supply this optimization information, but it is
788 * report, else a Region holding the parts of the Drawable's bounds that
791 public Region getTransparentRegion() {
H A DNinePatchDrawable.java38 import android.graphics.Region;
547 public Region getTransparentRegion() {
H A DVectorDrawable.java33 import android.graphics.Region;
954 canvas.clipPath(mRenderPath, Region.Op.REPLACE);
/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp24 #include <ui/Region.h>
129 Region uncovered(android::Rect(bounds.left, bounds.top, bounds.right, bounds.bottom));
H A DOpenGLRenderer.cpp1107 // standard Region based draw
1110 Region safeRegion;
1114 safeRegion = Region::createTJunctionFreeRegion(layer->region);
1191 void OpenGLRenderer::drawRegionRectsDebug(const Region& region) {
1250 void OpenGLRenderer::dirtyLayerUnchecked(Rect& bounds, Region* region) {
/frameworks/native/libs/ui/tests/
H A Dvec_test.cpp20 #include <ui/Region.h>
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp204 case Fragment::Region: {
943 if ((frag->getKind() != mcld::Fragment::Region) &&
1013 if ((frag->getKind() != mcld::Fragment::Region) &&
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp151 const Region& transparentRegion);
327 const Region& transparentRegion) {
596 const Region& transparentRegion) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java45 import android.graphics.Region;
169 private final Region mTempRegion = new Region();
2198 Region partialInteractiveRegion = mTempRegion;
2250 Region partialInteractiveRegion = mTempRegion;
2302 Region partialInteractiveRegion = mTempRegion;
2354 Region partialInteractiveRegion = mTempRegion;
2407 Region partialInteractiveRegion = mTempRegion;
3368 Region outRegion) {
3377 Region windowInteractiveRegio
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java29 import android.graphics.Region;
583 public final Region touchableRegion = new Region();
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp38 #include <ui/Region.h>
H A DAndroid.mk122 android/graphics/Region.cpp \
H A Dandroid_view_SurfaceControl.cpp27 #include "android/graphics/Region.h"
39 #include <ui/Region.h>
269 Region reg(Rect(b.fLeft, b.fTop, b.fRight, b.fBottom));
604 {"nativeSetTransparentRegionHint", "(JLandroid/graphics/Region;)V",
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java309 android.graphics.Region.Op.DIFFERENCE);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java37 import android.graphics.Region;
182 final Region mTransparentRegion;
183 final Region mPreviousTransparentRegion;
373 mTransparentRegion = new Region();
374 mPreviousTransparentRegion = new Region();
1900 final Region touchableRegion;
6798 Region interactiveRegion, int interactionId,
6839 String viewId, Region interactiveRegion, int interactionId,
6860 Region interactiveRegion, int interactionId,
6880 public void findFocus(long accessibilityNodeId, int focusType, Region interactiveRegio
[all...]
H A DView.java46 import android.graphics.Region;
17955 public boolean gatherTransparentRegion(Region region) {
17965 location[1] + mBottom - mTop, Region.Op.DIFFERENCE);
18459 * update a Region being computed for
18460 * {@link #gatherTransparentRegion(android.graphics.Region)} so
18465 * @param region A Region holding the current transparency information,
18472 public void applyDrawableToTransparentRegion(Drawable dr, Region region) {
18476 final Region r = dr.getTransparentRegion();
18484 r.op(0, 0, db.left, h, Region.Op.UNION);
18488 r.op(db.right, 0, w, h, Region
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java27 import android.graphics.Region.Op;
H A DStackView.java33 import android.graphics.Region;
555 canvas.clipRect(stackInvalidateRect, Region.Op.UNION);
H A DSwitch.java29 import android.graphics.Region.Op;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java33 import android.graphics.Region.Op;
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp675 case Fragment::Region: {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp373 case Fragment::Region: {
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp51 #include <ui/Region.h>
176 static void dumpRegion(String8& dump, const Region& region) {
183 Region::const_iterator cur = region.begin();
184 Region::const_iterator const tail = region.end();
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java41 import android.graphics.Region;
1584 void setTransparentRegionHintLocked(final Region region) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp1015 virtual void setVisibleRegionScreen(const Region& reg) {
1016 // Region::getSharedBuffer creates a reference to the underlying
1017 // SharedBuffer of this Region, this reference is freed

Completed in 8289 milliseconds

123456