Home
last modified time | relevance | path

Searched refs:adjustedCornerRadius (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DLayerTypeAndRenderTypeTransaction_test.cpp411 float adjustedCornerRadius = cornerRadius + 15; in TEST_P() local
416 shot->expectColor(Rect(15, adjustedCornerRadius, adjustedLayerWidth, in TEST_P()
417 adjustedCornerRadius + testArea), in TEST_P()
420 shot->expectColor(Rect(15, adjustedLayerHeight - adjustedCornerRadius - testArea, in TEST_P()
421 adjustedLayerWidth, adjustedLayerHeight - adjustedCornerRadius), in TEST_P()
424 shot->expectColor(Rect(adjustedCornerRadius, 15, adjustedCornerRadius + testArea, in TEST_P()
428 shot->expectColor(Rect(adjustedLayerWidth - adjustedCornerRadius - testArea, 15, in TEST_P()
429 adjustedLayerWidth - adjustedCornerRadius, adjustedLayerHeight), in TEST_P()
/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java165 final float adjustedCornerRadius = getAdjustedCornerRadius(); in draw() local
175 adjustedCornerRadius, in draw()
176 adjustedCornerRadius, in draw()