Home
last modified time | relevance | path

Searched refs:onApplyWindowInsets (Results 1 – 25 of 47) sorted by relevance

12

/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DToolbarView.kt51 override fun onApplyWindowInsets(insets: WindowInsets?): WindowInsets {
64 return super.onApplyWindowInsets(insets)
H A DCutoutAvoidingToolbar.kt46 override fun onApplyWindowInsets(insets: WindowInsets?): WindowInsets {
49 return super.onApplyWindowInsets(insets)
H A DPainting.kt169 override fun onApplyWindowInsets(insets: WindowInsets?): WindowInsets {
174 return super.onApplyWindowInsets(insets)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsImeTest.java227 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { in onApplyWindowInsets() method in GlobalActionsImeTest.TestActivity
229 return v.onApplyWindowInsets(insets); in onApplyWindowInsets()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeHeaderControllerTest.kt600 captor.value.onApplyWindowInsets(view, createWindowInsets())
634 captor.value.onApplyWindowInsets(view, createWindowInsets())
653 captor.value.onApplyWindowInsets(view, createWindowInsets(null))
673 captor.value.onApplyWindowInsets(view, createWindowInsets())
695 captor.value.onApplyWindowInsets(view, createWindowInsets())
717 captor.value.onApplyWindowInsets(view, createWindowInsets(Rect(1, 2, 3, 4)))
754 captor.value.onApplyWindowInsets(view, createWindowInsets(Rect(0, 0, cutoutWidth, 1)))
791 captor.value.onApplyWindowInsets(view, createWindowInsets(Rect(0, 0, cutoutWidth, 1)))
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarOverlayLayoutTest.java225 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { in onApplyWindowInsets() method in ActionBarOverlayLayoutTest.FakeOnApplyWindowListener
228 return v.onApplyWindowInsets(insets); in onApplyWindowInsets()
/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java165 public void onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in TestWallpaper.ClockEngine
166 super.onApplyWindowInsets(insets); in onApplyWindowInsets()
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java95 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { in onApplyWindowInsets() method in ControllerActivity
107 return v.onApplyWindowInsets(insets); in onApplyWindowInsets()
H A DChatActivity.java157 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { in onCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java135 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in PhoneStatusBarView
140 return super.onApplyWindowInsets(insets); in onApplyWindowInsets()
H A DKeyguardBottomAreaView.kt139 override fun onApplyWindowInsets(insets: WindowInsets): WindowInsets {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java261 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in KeyguardPasswordView
265 return super.onApplyWindowInsets(insets); in onApplyWindowInsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowView.java53 public WindowInsets onApplyWindowInsets(WindowInsets windowInsets) { in onApplyWindowInsets() method in StatusBarWindowView
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DFocusEventDebugView.java106 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in FocusEventDebugView
129 return super.onApplyWindowInsets(insets); in onApplyWindowInsets()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitchTest.java222 mSpyImageView.onApplyWindowInsets(WindowInsets.CONSUMED); in onApplyWindowInsetsWithBoundsChange_buttonIsShowing_updateLayoutPosition()
237 mSpyImageView.onApplyWindowInsets(WindowInsets.CONSUMED); in onSystemBarsInsetsChanged_buttonIsShowing_draggableBoundsChanged()
250 mSpyImageView.onApplyWindowInsets(WindowInsets.CONSUMED); in onDisplayCutoutInsetsChanged_buttonIsShowing_draggableBoundsChanged()
262 mSpyImageView.onApplyWindowInsets(WindowInsets.CONSUMED); in onWindowBoundsChanged_buttonIsShowing_draggableBoundsChanged()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DSurfaceControlViewHostInsetsTest.java52 public WindowInsets onApplyWindowInsets(View v, WindowInsets w) { in createViewHierarchy()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java138 mKeyguardSecurityContainer.onApplyWindowInsets(insets); in testOnApplyWindowInsets()
159 mKeyguardSecurityContainer.onApplyWindowInsets(insets); in testOnApplyWindowInsets_largerSystembar()
182 mKeyguardSecurityContainer.onApplyWindowInsets(insets); in testOnApplyWindowInsets_disappearAnimation_paddingNotSet()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
H A DWindowRootView.kt65 override fun onApplyWindowInsets(windowInsets: WindowInsets): WindowInsets? {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DCredentialPasswordView.kt115 override fun onApplyWindowInsets(v: View, insets: WindowInsets): WindowInsets {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragLayout.java123 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in DragLayout
135 return super.onApplyWindowInsets(insets); in onApplyWindowInsets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationsQuickSettingsContainer.java155 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in NotificationsQuickSettingsContainer
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebView.java2479 return WebView.super.onApplyWindowInsets(insets); in super_onApplyWindowInsets()
3138 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in WebView
3139 WindowInsets result = mProvider.getViewDelegate().onApplyWindowInsets(insets); in onApplyWindowInsets()
3140 if (result == null) return super.onApplyWindowInsets(insets); in onApplyWindowInsets()
H A DWebViewProvider.java497 default WindowInsets onApplyWindowInsets(@Nullable WindowInsets insets) { in onApplyWindowInsets() method
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/
H A DA11yMenuOverlayLayout.java242 return view.onApplyWindowInsets(insets); in updateLayoutPosition()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitch.java169 return v.onApplyWindowInsets(insets); in MagnificationModeSwitch()

12