Home
last modified time | relevance | path

Searched refs:orSelf (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/native/libs/ui/tests/
DRegion_test.cpp63 r.orSelf(Rect(1, 0, 2, 1)); in TEST_F()
64 r.orSelf(Rect(0, 1, 3, 2)); in TEST_F()
71 r.orSelf(Rect(1, 0, 2, 1)); in TEST_F()
72 r.orSelf(Rect(0, 2, 3, 3)); in TEST_F()
80 r.orSelf(Rect(100, 100, 500, 500)); in TEST_F()
91 r.orSelf(Rect(1, 0, 2, 1)); in TEST_F()
92 r.orSelf(Rect(0, 1, 3, 3)); in TEST_F()
99 r.orSelf(Rect(2,0,4,2)); in TEST_F()
100 r.orSelf(Rect(0,2,4,4)); in TEST_F()
101 r.orSelf(Rect(0,4,6,6)); in TEST_F()
[all …]
/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/
DEnforcePermissionFix.kt156 val orSelf = getAnnotationBooleanValue(annotation, "orSelf") ?: false constant
218 val orSelf = getAnnotationBooleanValue(permissionMethodAnnotation, "orSelf") ?: false constant
372 * AND is of the "orSelf" variety, we are very confident that this is a behavior
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DCachedSet.h107 boundingRegion.orSelf(mBounds); in append()
108 boundingRegion.orSelf(other.mBounds); in append()
110 mVisibleRegion.orSelf(other.mVisibleRegion); in append()
/frameworks/native/libs/ui/include_vndk/ui/
DRegion.h68 Region& orSelf(const Rect& rhs);
74 Region& orSelf(const Region& rhs);
94 Region& orSelf(const Region& rhs, int dx, int dy);
206 return orSelf(rhs);
/frameworks/native/include/ui/
DRegion.h68 Region& orSelf(const Rect& rhs);
74 Region& orSelf(const Region& rhs);
94 Region& orSelf(const Region& rhs, int dx, int dy);
206 return orSelf(rhs);
/frameworks/native/libs/ui/include/ui/
DRegion.h68 Region& orSelf(const Rect& rhs);
74 Region& orSelf(const Region& rhs);
94 Region& orSelf(const Region& rhs, int dx, int dy);
206 return orSelf(rhs);
/frameworks/libs/modules-utils/java/android/annotation/
DPermissionMethod.java51 boolean orSelf() default false; in orSelf() method
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp79 boundingRegion.orSelf(mBounds); in addLayer()
80 boundingRegion.orSelf(layer->getDisplayFrame()); in addLayer()
82 mVisibleRegion.orSelf(layer->getVisibleRegion()); in addLayer()
DFlattener.cpp221 coveredRegion.orSelf(layer->getDisplayFrame()); in calculateDisplayCost()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp211 activeTransparentRegion.orSelf(Rect(0, 0, bufferSize.getWidth(), activeCrop.top)); in calculateOutputDisplayFrame()
212 activeTransparentRegion.orSelf( in calculateOutputDisplayFrame()
214 activeTransparentRegion.orSelf(Rect(0, activeCrop.top, activeCrop.left, activeCrop.bottom)); in calculateOutputDisplayFrame()
215 activeTransparentRegion.orSelf( in calculateOutputDisplayFrame()
DOutput.cpp537 outputState.dirtyRegion.orSelf(coverage.dirtyRegion); in rebuildLayerStacks()
702 coverage.aboveCoveredLayers.orSelf(visibleRegion); in ensureOutputLayerIfVisible()
707 coverage.aboveCoveredLayersExcludingOverlays->orSelf(visibleRegion); in ensureOutputLayerIfVisible()
737 dirty.orSelf(oldVisibleRegion); in ensureOutputLayerIfVisible()
759 coverage.dirtyRegion.orSelf(dirty); in ensureOutputLayerIfVisible()
762 coverage.aboveOpaqueLayers.orSelf(opaqueRegion); in ensureOutputLayerIfVisible()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DCachedSetTest.cpp195 expectedRegion.orSelf(Rect(1, 1, 2, 2)); in TEST_F()
196 expectedRegion.orSelf(Rect(2, 2, 3, 3)); in TEST_F()
295 expectedRegion.orSelf(Rect(1, 1, 2, 2)); in TEST_F()
296 expectedRegion.orSelf(Rect(2, 2, 3, 3)); in TEST_F()
297 expectedRegion.orSelf(Rect(3, 3, 4, 4)); in TEST_F()
DFlattenerTest.cpp384 expectedRegion.orSelf(Rect(1, 1, 2, 2)); in TEST_F()
385 expectedRegion.orSelf(Rect(2, 2, 3, 3)); in TEST_F()
/frameworks/native/libs/ui/
DRegion.cpp315 Region& Region::orSelf(const Rect& r) { in orSelf() function in android::Region
339 Region& Region::orSelf(const Region& rhs) { in orSelf() function in android::Region
428 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf() function in android::Region
DTransform.cpp308 out.orSelf(transform(*it++)); in transform()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp131 mInputInfo.touchableRegion.orSelf(Rect(0, 0, width, height)); in InputSurface()
630 fgSurface->mInputInfo.touchableRegion.orSelf(Rect{INT32_MIN, INT32_MIN, INT32_MAX, INT32_MAX}); in TEST_F()
645 fgSurface->mInputInfo.touchableRegion.orSelf(Rect{INT32_MIN, INT32_MIN, INT32_MAX, INT32_MAX}); in TEST_F()
1057 bufferSurface->mInputInfo.touchableRegion.orSelf(Rect(0, 0, 200, 200)); in TEST_F()
/frameworks/native/libs/gui/
DWindowInfo.cpp73 touchableRegion.orSelf(region); in addTouchableRegion()
DSurface.cpp1029 flippedRegion.orSelf(flippedRect); in getQueueBufferInputLocked()
1036 flippedRegion.orSelf(flippedRect); in getQueueBufferInputLocked()
1043 flippedRegion.orSelf(flippedRect); in getQueueBufferInputLocked()
1048 flippedRegion.orSelf(flippedRect); in getQueueBufferInputLocked()
2333 mDirtyRegion.orSelf(rect); in setSurfaceDamage()
2470 mDirtyRegion.orSelf(newDirtyRegion); in lock()
/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp275 sampleRegion.orSelf(descriptor.area); in captureSample()
DLayerProtoHelper.cpp83 outRegion.orSelf(rect); in readFromProto()
DLayer.cpp2362 ret.orSelf(newRect); in transformTouchableRegionSafely()
/frameworks/base/native/android/
Dsurface_control.cpp522 region.orSelf(static_cast<const Rect&>(rects[i])); in ASurfaceTransaction_setDamageRegion()
/frameworks/base/core/java/android/content/
DContext.java6717 @PermissionMethod(orSelf = true)
6785 @PermissionMethod(orSelf = true)
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp91 ret.orSelf(newRect); in transformTouchableRegionSafely()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp861 region.orSelf(static_cast<const Rect&>(rect)); in nativeSetDamageRegion()

12