Home
last modified time | relevance | path

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

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