Home
last modified time | relevance | path

Searched refs:mActionBarHeight (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMediaPickerPanel.java83 private final int mActionBarHeight; field in MediaPickerPanel
94 mActionBarHeight = getResources().getDimensionPixelSize(R.dimen.action_bar_height); in MediaPickerPanel()
129 requestedHeight -= mActionBarHeight; in onMeasure()
216 return fullHeight - mActionBarHeight; in getDesiredHeight()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java55 private int mActionBarHeight; field in ActionBarOverlayLayout
181 mActionBarHeight = ta.getDimensionPixelSize(0, 0); in init()
408 topInset = mActionBarHeight;
413 topInset += mActionBarHeight;
426 bottomInset = mActionBarHeight;