Searched refs:getLayoutHeight (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingTextMessage.java105 < getLayoutHeight() + getPaddingTop() + getPaddingBottom();
131 public int getLayoutHeight() { method in class:MessagingTextMessage
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DMessagingLinearLayoutTest.java142 public int getLayoutHeight() { method in class:MessagingLinearLayoutTest.FakeImageFloatingTextView
156 < getLayoutHeight() + getPaddingTop() + getPaddingBottom();
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteControllerDialog.java617 int oldHeight = getLayoutHeight(mMediaMainControlLayout);
663 if (getLayoutHeight(mVolumeGroupList) + mMediaMainControlLayout.getMeasuredHeight()
717 final int startValue = getLayoutHeight(view);
1068 private static int getLayoutHeight(View view) { method in class:MediaRouteControllerDialog
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouteControllerDialog.java610 int oldHeight = getLayoutHeight(mMediaMainControlLayout);
656 if (getLayoutHeight(mVolumeGroupList) + mMediaMainControlLayout.getMeasuredHeight()
710 final int startValue = getLayoutHeight(view);
1062 private static int getLayoutHeight(View view) { method in class:MediaRouteControllerDialog
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java523 y = getLayoutHeight();
727 mAmbientState.setLayoutHeight(getLayoutHeight());
1065 private int getLayoutHeight() { method in class:NotificationStackScrollLayout

Completed in 59 milliseconds