Searched defs:onApplyWindowInsets (Results 1 - 25 of 25) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DOnApplyWindowInsetsListener.java27 * {@link #onApplyWindowInsets(android.view.View, WindowInsetsCompat) onApplyWindowInsets}
28 * method will be called instead of the View's own {@code onApplyWindowInsets} method.
29 * The listener may optionally call the parameter View's <code>onApplyWindowInsets</code>
36 * {@code onApplyWindowInsets} method.
42 WindowInsetsCompat onApplyWindowInsets(View v, WindowInsetsCompat insets); method in interface:OnApplyWindowInsetsListener
H A DViewCompat.java762 public WindowInsetsCompat onApplyWindowInsets(View v, WindowInsetsCompat insets) { method in class:ViewCompat.ViewCompatBaseImpl
1252 public WindowInsets onApplyWindowInsets(View view, WindowInsets insets) {
1254 compatInsets = listener.onApplyWindowInsets(view, compatInsets);
1363 public WindowInsetsCompat onApplyWindowInsets(View v, WindowInsetsCompat insets) { method in class:ViewCompat.ViewCompatApi21Impl
1365 WindowInsets result = v.onApplyWindowInsets(unwrapped);
2801 * Ask that a new dispatch of {@code View.onApplyWindowInsets(WindowInsets)} be performed. This
2877 public static WindowInsetsCompat onApplyWindowInsets(View view, WindowInsetsCompat insets) { method in class:ViewCompat
2878 return IMPL.onApplyWindowInsets(view, insets);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardPreviewContainer.java65 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:KeyguardPreviewContainer
67 return super.onApplyWindowInsets(insets);
H A DNotificationsQuickSettingsContainer.java106 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:NotificationsQuickSettingsContainer
H A DNotificationPanelView.java1828 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:NotificationPanelView
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/myapplication.widgets/
H A DInsetsWidget.java39 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:InsetsWidget
41 return super.onApplyWindowInsets(insets);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStatusBarBackgroundLayout.java33 * A FrameLayout subclass that will responds to onApplyWindowInsets to draw a drawable in the top
109 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:StatusBarBackgroundLayout
111 return super.onApplyWindowInsets(insets);
H A DStickyHeaderListView.java137 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:StickyHeaderListView
H A DStickyHeaderScrollView.java105 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:StickyHeaderScrollView
/frameworks/support/core-ui/api21/android/support/v4/widget/
H A DDrawerLayoutCompatApi21.java90 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { method in class:DrawerLayoutCompatApi21.InsetsListener
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java117 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:StickyHeaderRecyclerView
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DBaseBasicsTestCase.java125 .onApplyWindowInsets(eq(content), any(WindowInsets.class));
245 public WindowInsets onApplyWindowInsets(View view, WindowInsets windowInsets) { method in class:BaseBasicsTestCase.TestOnApplyWindowInsetsListener
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java165 public void onApplyWindowInsets(WindowInsets insets) { method in class:TestWallpaper.ClockEngine
166 super.onApplyWindowInsets(insets);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java310 public WindowInsets onApplyWindowInsets(View view, WindowInsets insets) { method in class:SystemBarHelper.WindowInsetsListener
/frameworks/support/wear/src/android/support/wear/widget/
H A DBoxInsetLayout.java114 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:BoxInsetLayout
115 insets = super.onApplyWindowInsets(insets);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java404 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:RecentsView
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java312 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:ActionBarOverlayLayout
342 // bar elements. onApplyWindowInsets() happens before the measure pass, so we can't
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DListenerBindingObject.java176 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { method in class:ListenerBindingObject
/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayout.java323 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:WearableDrawerLayout
332 return super.onApplyWindowInsets(insets);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java465 public void onApplyWindowInsets(WindowInsets insets) { method in class:WallpaperService.Engine
814 onApplyWindowInsets(insets);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java335 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:DividerView
348 return super.onApplyWindowInsets(insets);
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java980 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:DecorView
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java818 insets = b.onApplyWindowInsets(this, child, insets);
2571 public WindowInsetsCompat onApplyWindowInsets(CoordinatorLayout coordinatorLayout, method in class:CoordinatorLayout.Behavior
3164 public WindowInsetsCompat onApplyWindowInsets(View v,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1208 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:NotificationStackScrollLayout
/frameworks/base/core/java/android/view/
H A DView.java9053 * insets to views. Views should override {@link #onApplyWindowInsets(WindowInsets)} or use
9126 public WindowInsets onApplyWindowInsets(WindowInsets insets) { method in class:View
9146 * {@link OnApplyWindowInsetsListener#onApplyWindowInsets(View, WindowInsets) onApplyWindowInsets}
9148 * {@link #onApplyWindowInsets(WindowInsets) onApplyWindowInsets} method.
9152 * @see #onApplyWindowInsets(WindowInsets)
9168 * {@link #onApplyWindowInsets(WindowInsets)} method or alternatively provide a
9183 return mListenerInfo.mOnApplyWindowInsetsListener.onApplyWindowInsets(this, insets);
9185 return onApplyWindowInsets(inset
24980 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets); method in interface:View.OnApplyWindowInsetsListener
[all...]

Completed in 5601 milliseconds