/frameworks/native/libs/ui/tests/ |
D | Region_test.cpp | 63 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/ |
D | EnforcePermissionFix.kt | 156 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/ |
D | CachedSet.h | 107 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/ |
D | Region.h | 68 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/ |
D | Region.h | 68 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/ |
D | Region.h | 68 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/ |
D | PermissionMethod.java | 51 boolean orSelf() default false; in orSelf() method
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
D | CachedSet.cpp | 79 boundingRegion.orSelf(mBounds); in addLayer() 80 boundingRegion.orSelf(layer->getDisplayFrame()); in addLayer() 82 mVisibleRegion.orSelf(layer->getVisibleRegion()); in addLayer()
|
D | Flattener.cpp | 221 coveredRegion.orSelf(layer->getDisplayFrame()); in calculateDisplayCost()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | OutputLayer.cpp | 211 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()
|
D | Output.cpp | 537 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/ |
D | CachedSetTest.cpp | 195 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()
|
D | FlattenerTest.cpp | 384 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/ |
D | Region.cpp | 315 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
|
D | Transform.cpp | 308 out.orSelf(transform(*it++)); in transform()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 131 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/ |
D | WindowInfo.cpp | 73 touchableRegion.orSelf(region); in addTouchableRegion()
|
D | Surface.cpp | 1029 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/ |
D | RegionSamplingThread.cpp | 275 sampleRegion.orSelf(descriptor.area); in captureSample()
|
D | LayerProtoHelper.cpp | 83 outRegion.orSelf(rect); in readFromProto()
|
D | Layer.cpp | 2362 ret.orSelf(newRect); in transformTouchableRegionSafely()
|
/frameworks/base/native/android/ |
D | surface_control.cpp | 522 region.orSelf(static_cast<const Rect&>(rects[i])); in ASurfaceTransaction_setDamageRegion()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 6717 @PermissionMethod(orSelf = true) 6785 @PermissionMethod(orSelf = true)
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerSnapshotBuilder.cpp | 91 ret.orSelf(newRect); in transformTouchableRegionSafely()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 861 region.orSelf(static_cast<const Rect&>(rect)); in nativeSetDamageRegion()
|