Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowManagerWrapper.kt38 fun updateViewLayout(v: View, lp: WindowManager.LayoutParams) { in updateViewLayout() method
/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.java504 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in WindowManagerGlobal
DViewGroup.java5122 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in ViewGroup
/frameworks/base/packages/SystemUI/tests/utils/src/android/view/
DFakeWindowManager.kt35 override fun updateViewLayout(view: View, params: ViewGroup.LayoutParams) { in updateViewLayout() method in android.view.FakeWindowManager
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/accessibility/
DTestableWindowManager.java75 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.java171 public void updateViewLayout() { in updateViewLayout() method in A11yMenuOverlayLayout
/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java216 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.java129 public void updateViewLayout(@NonNull View view, ViewGroup.LayoutParams params) { in updateViewLayout() method in SystemWindows