Home
last modified time | relevance | path

Searched refs:updateViewLayout (Results 1 – 21 of 21) 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.java282 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in WindowManagerGlobal
DViewGroup.java3383 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in ViewGroup
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardViewManager.java113 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in show()
226 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in maybeCreateKeyguardLocked()
270 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in updateUserActivityTimeout()
296 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in maybeEnableScreenRotation()
311 mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams); in setNeedsInput()
DCameraWidgetFrame.java431 mWindowManager.updateViewLayout(root, wlp);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
DWindowManagerImpl.java55 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.java1324 mWindowManager.updateViewLayout(mPopupView, p); in update()
1425 mWindowManager.updateViewLayout(mPopupView, p); in update()
DMediaController.java189 mWindowManager.updateViewLayout(mDecor, mDecorLayoutParams);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletStatusBar.java387 mWindowManager.updateViewLayout(mNotificationPanel, mNotificationPanelParams); in onConfigurationChanged()
669 mWindowManager.updateViewLayout(mStatusBarView, lp); in showSearchPanel()
678 mWindowManager.updateViewLayout(mStatusBarView, lp); in hideSearchPanel()
700 mWindowManager.updateViewLayout(mStatusBarView, lp); in onBarHeightChanged()
/frameworks/base/services/java/com/android/server/display/
DOverlayDisplayWindow.java144 mWindowManager.updateViewLayout(mWindowContent, mWindowParams); in relayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java688 mWindowManager.updateViewLayout(mNavigationBarView, lp); in showSearchPanel()
697 mWindowManager.updateViewLayout(mNavigationBarView, lp); in hideSearchPanel()
783 mWindowManager.updateViewLayout(mNavigationBarView, getNavigationBarLayoutParams()); in repositionNavigationBar()
1382 mWindowManager.updateViewLayout(mStatusBarWindow, lp); in makeExpandedVisible()
1660 mWindowManager.updateViewLayout(mStatusBarWindow, lp); in makeExpandedInvisible()
DNavigationBarView.java296 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.java677 mWindowManager.updateViewLayout(mDecor, params); in onWindowAttributesChanged()
DActivity.java2295 getWindowManager().updateViewLayout(decor, params); in onWindowAttributesChanged()
DActivityThread.java2892 wm.updateViewLayout(decor, l); in handleResumeActivity()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java902 ((ViewGroup)mFullscreenArea.getParent()).updateViewLayout( in updateFullscreenMode()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java1116 wm.updateViewLayout(st.decorView, lp); in onOptionsPanelRotationChanged()
/frameworks/base/api/
Dcurrent.txt26680 method public void updateViewLayout(android.view.View, android.view.ViewGroup.LayoutParams);
26739 …method public abstract void updateViewLayout(android.view.View, android.view.ViewGroup.LayoutParam…