Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java1072 Button createdButton = null; in testMagnificationRegion_hasNonMagnifiableWindow_excludeWindowExactTouchableRegion() local
1082 createdButton = button; in testMagnificationRegion_hasNonMagnifiableWindow_excludeWindowExactTouchableRegion()
1135 if (createdButton != null) { in testMagnificationRegion_hasNonMagnifiableWindow_excludeWindowExactTouchableRegion()
1137 createdButton); in testMagnificationRegion_hasNonMagnifiableWindow_excludeWindowExactTouchableRegion()
1323 Button createdButton = null; in testShowMagnifiableWindow_outOfTheMagnifiedRegion_moveMagnification() local
1334 createdButton = button; in testShowMagnifiableWindow_outOfTheMagnifiedRegion_moveMagnification()
1346 if (createdButton != null) { in testShowMagnifiableWindow_outOfTheMagnifiedRegion_moveMagnification()
1347 activity.getWindowManager().removeView(createdButton); in testShowMagnifiableWindow_outOfTheMagnifiedRegion_moveMagnification()
1365 Button createdButton = null; in testShowNonMagnifiableWindow_outOfTheMagnifiedRegion_shouldNotMoveMagnification() local
1376 createdButton = button; in testShowNonMagnifiableWindow_outOfTheMagnifiedRegion_shouldNotMoveMagnification()
[all …]