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.java77 private static final int CONTENT_SIZE_DP = 30; field in PopupWindowTest
345 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown()
346 CONTENT_SIZE_DP)); in testShowAsDropDown()
377 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen()
378 CONTENT_SIZE_DP)); in testShowAsDropDown_ClipToScreen()
409 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap()
410 CONTENT_SIZE_DP)); in testShowAsDropDown_ClipToScreen_Overlap()
441 final PopupWindow popup = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, in testShowAsDropDown_ClipToScreen_Overlap_Offset()
442 CONTENT_SIZE_DP)); in testShowAsDropDown_ClipToScreen_Overlap_Offset()
635 mPopupWindow = createPopupWindow(createPopupContent(CONTENT_SIZE_DP, CONTENT_SIZE_DP)); in testShowAtLocation()
[all …]