Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1021 final WindowManager.LayoutParams p = createPopupLayoutParams(token); in showAtLocation()
1104 final WindowManager.LayoutParams p = createPopupLayoutParams(anchor.getWindowToken()); in showAsDropDown()
1281 private WindowManager.LayoutParams createPopupLayoutParams(IBinder token) { in createPopupLayoutParams() method in PopupWindow