/frameworks/support/design/tests/src/android/support/design/widget/ |
D | BottomSheetBehaviorWithInsetsTest.java | 43 is(activity.mCoordinatorLayout.getHeight() - activity.mBehavior.getPeekHeight())); in testFitsSystemWindows()
|
D | BottomSheetBehaviorTest.java | 282 is(coordinatorLayout.getHeight() - behavior.getPeekHeight())); in testInitialSetup() 335 view.getHeight() - behavior.getPeekHeight()}; in testSwipeDownToCollapse() 395 view.getHeight() - behavior.getPeekHeight()}; in testSkipCollapsed() 570 view.getHeight() - getBehavior().getPeekHeight() - 9 in testDragOutside() 696 int size = getBehavior().getPeekHeight() * 2; in testDynamicContent()
|
D | BottomSheetDialogTest.java | 79 assertThat(behavior.getPeekHeight(), is(BottomSheetBehavior.PEEK_HEIGHT_AUTO)); in testBasicDialogSetup() 171 assertThat(bottomSheet.getHeight(), is(lessThan(behavior.getPeekHeight()))); in testShortDialog()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 465 … runPeekAnimation(PEEK_ANIMATION_DURATION, getPeekHeight(), true /* collapseWhenFinished */); in endMotionEvent() 1199 protected abstract float getPeekHeight(); in getPeekHeight() method in PanelView
|
D | NotificationPanelView.java | 2043 protected float getPeekHeight() { in getPeekHeight() method in NotificationPanelView 2045 return mNotificationStackScroller.getPeekHeight(); in getPeekHeight()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | BottomSheetBehavior.java | 464 public final int getPeekHeight() { in getPeekHeight() method in BottomSheetBehavior
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 2408 public int getPeekHeight() { in getPeekHeight() method in NotificationStackScrollLayout
|
/frameworks/support/api/ |
D | 25.1.0.txt | 372 method public final int getPeekHeight();
|
D | 25.0.0.txt | 339 method public final int getPeekHeight();
|
D | 25.2.0.txt | 372 method public final int getPeekHeight();
|
D | 24.2.0.txt | 319 method public final int getPeekHeight();
|
D | 26.0.0-alpha1.txt | 410 method public final int getPeekHeight();
|
D | 23.2.1.txt | 172 method public final int getPeekHeight();
|
D | 25.3.0.txt | 482 method public final int getPeekHeight();
|
D | 23.2.0.txt | 172 method public final int getPeekHeight();
|
D | 25.4.0.txt | 512 method public final int getPeekHeight();
|
D | 23.4.0.txt | 173 method public final int getPeekHeight();
|
D | 24.0.0.txt | 181 method public final int getPeekHeight();
|
D | 26.0.0-beta1.txt | 510 method public final int getPeekHeight();
|
D | 26.0.0-SNAPSHOT.txt | 509 method public final int getPeekHeight();
|
D | 26.0.0-beta2.txt | 509 method public final int getPeekHeight();
|
D | 24.1.0.txt | 181 method public final int getPeekHeight();
|