Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java86 private static final int CONTENT_SIZE_DP = 30; field in PopupWindowTest
357 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown()
358 CONTENT_SIZE_DP)); in testShowAsDropDown()
389 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen()
390 CONTENT_SIZE_DP)); in testShowAsDropDown_ClipToScreen()
421 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap()
422 CONTENT_SIZE_DP)); in testShowAsDropDown_ClipToScreen_Overlap()
453 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap_Offset()
454 CONTENT_SIZE_DP)); in testShowAsDropDown_ClipToScreen_Overlap_Offset()
647 mPopupWindow = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, CONTENT_SIZE_DP)); in testShowAtLocation()
[all …]