Home
last modified time | relevance | path

Searched defs:updateViewLayout (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DViewManager.java35 public void updateViewLayout(View view, ViewGroup.LayoutParams params); in updateViewLayout() method
DWindowManagerImpl.java163 public void updateViewLayout(@NonNull View view, @NonNull ViewGroup.LayoutParams params) { in updateViewLayout() method in WindowManagerImpl
DWindowManagerGlobal.java454 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in WindowManagerGlobal
DViewGroup.java5089 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in ViewGroup
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DTestableWindowManager.java69 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in TestableWindowManager
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/
DA11yMenuOverlayLayout.java164 public void updateViewLayout() { in updateViewLayout() method in A11yMenuOverlayLayout
/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java214 public void updateViewLayout(View view, android.view.ViewGroup.LayoutParams params) { in updateViewLayout() method in WindowManagerImpl
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java130 public void updateViewLayout(@NonNull View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in SystemWindows