Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DZoomButtonsController.java105 private LayoutParams mContainerLayoutParams; field in ZoomButtonsController
257 mContainerLayoutParams = lp; in createContainer()
301 int oldFlags = mContainerLayoutParams.flags; in setFocusable()
303 mContainerLayoutParams.flags &= ~LayoutParams.FLAG_NOT_FOCUSABLE; in setFocusable()
305 mContainerLayoutParams.flags |= LayoutParams.FLAG_NOT_FOCUSABLE; in setFocusable()
308 if ((mContainerLayoutParams.flags != oldFlags) && mIsVisible) { in setFocusable()
309 mWindowManager.updateViewLayout(mContainer, mContainerLayoutParams); in setFocusable()
369 if (mContainerLayoutParams.token == null) { in setVisible()
370 mContainerLayoutParams.token = mOwnerView.getWindowToken(); in setVisible()
373 mWindowManager.addView(mContainer, mContainerLayoutParams); in setVisible()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt85366 Landroid/widget/ZoomButtonsController;->mContainerLayoutParams:Landroid/view/WindowManager$LayoutPa…