Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBlurTests.java21 import static android.server.wm.CliIntentExtra.extraInt;
109 extraInt(EXTRA_BACKGROUND_BLUR_RADIUS_PX, BACKGROUND_BLUR_PX)); in testBackgroundBlurSimple()
118 extraInt(EXTRA_BLUR_BEHIND_RADIUS_PX, BLUR_BEHIND_PX), in testBlurBehindSimple()
119 extraInt(EXTRA_NO_BLUR_BACKGROUND_COLOR, NO_BLUR_BACKGROUND_COLOR)); in testBlurBehindSimple()
131 extraInt(EXTRA_BACKGROUND_BLUR_RADIUS_PX, BACKGROUND_BLUR_PX), in testNoBackgroundBlurWhenBlurDisabled()
132 extraInt(EXTRA_NO_BLUR_BACKGROUND_COLOR, Color.TRANSPARENT)); in testNoBackgroundBlurWhenBlurDisabled()
139 extraInt(EXTRA_BACKGROUND_BLUR_RADIUS_PX, BACKGROUND_BLUR_PX), in testNoBackgroundBlurForNonTranslucentWindow()
140 extraInt(EXTRA_NO_BLUR_BACKGROUND_COLOR, Color.TRANSPARENT)); in testNoBackgroundBlurForNonTranslucentWindow()
148 extraInt(EXTRA_BLUR_BEHIND_RADIUS_PX, BLUR_BEHIND_PX), in testNoBlurBehindWhenBlurDisabled()
149 extraInt(EXTRA_NO_BLUR_BACKGROUND_COLOR, Color.TRANSPARENT)); in testNoBlurBehindWhenBlurDisabled()
[all …]
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCliIntentExtra.java125 public static CliIntentExtra extraInt(String key, int value) { in extraInt() method in CliIntentExtra