Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerImpl.java73 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in WindowManagerImpl
74 mGlobal.updateViewLayout(view, params); in updateViewLayout()
DViewManager.java35 public void updateViewLayout(View view, ViewGroup.LayoutParams params); in updateViewLayout() method
DWindowManagerGlobal.java272 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in WindowManagerGlobal
DViewGroup.java3421 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in ViewGroup
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardViewManager.java137 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in show()
315 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in maybeCreateKeyguardLocked()
356 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in updateUserActivityTimeout()
382 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in maybeEnableScreenRotation()
392 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in updateShowWallpaper()
407 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in setNeedsInput()
DCameraWidgetFrame.java485 mWindowManager.updateViewLayout(root, wlp); in enableWindowExitAnimation()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
DWindowManagerImpl.java57 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) { in updateViewLayout() method in WindowManagerImpl
/frameworks/base/core/java/android/widget/
DZoomButtonsController.java307 mWindowManager.updateViewLayout(mContainer, mContainerLayoutParams); in setFocusable()
469 mWindowManager.updateViewLayout(mContainer, mContainerLayoutParams); in refreshPositioningVariables()
DPopupWindow.java1362 mWindowManager.updateViewLayout(mPopupView, p); in update()
1463 mWindowManager.updateViewLayout(mPopupView, p); in update()
DMediaController.java189 mWindowManager.updateViewLayout(mDecor, mDecorLayoutParams);
/frameworks/base/services/java/com/android/server/display/
DOverlayDisplayWindow.java151 mWindowManager.updateViewLayout(mWindowContent, mWindowParams); in relayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java716 mWindowManager.updateViewLayout(mNavigationBarView, lp); in showSearchPanel()
727 mWindowManager.updateViewLayout(mNavigationBarView, lp); in hideSearchPanel()
814 mWindowManager.updateViewLayout(mNavigationBarView, getNavigationBarLayoutParams()); in repositionNavigationBar()
1424 mWindowManager.updateViewLayout(mStatusBarWindow, lp); in makeExpandedVisible()
1436 mWindowManager.updateViewLayout(mStatusBarWindow, lp); in releaseFocus()
1709 mWindowManager.updateViewLayout(mStatusBarWindow, lp); in makeExpandedInvisible()
DNavigationBarView.java426 wm.updateViewLayout(this, lp); in setSlippery()
/frameworks/base/core/java/android/service/dreams/
DDreamService.java713 mWindowManager.updateViewLayout(mWindow.getDecorView(), lp); in applyWindowFlags()
/frameworks/base/core/java/android/app/
DDialog.java683 mWindowManager.updateViewLayout(mDecor, params); in onWindowAttributesChanged()
DActivity.java2329 getWindowManager().updateViewLayout(decor, params); in onWindowAttributesChanged()
DActivityThread.java2876 wm.updateViewLayout(decor, l); in handleResumeActivity()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java903 ((ViewGroup)mFullscreenArea.getParent()).updateViewLayout( in updateFullscreenMode()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java1144 wm.updateViewLayout(st.decorView, lp); in onOptionsPanelRotationChanged()
/frameworks/base/api/
Dcurrent.txt28331 method public void updateViewLayout(android.view.View, android.view.ViewGroup.LayoutParams);
28390 …method public abstract void updateViewLayout(android.view.View, android.view.ViewGroup.LayoutParam…