Searched refs:mLineHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFlowLayout.java25 private int mLineHeight; field in class:FlowLayout
70 mLineHeight = lineHeight;
104 y += mLineHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcutKeysLayout.java31 private int mLineHeight; field in class:KeyboardShortcutKeysLayout
77 this.mLineHeight = lineHeight;
137 yPos += mLineHeight;
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java412 private final int mLineHeight; field in class:FloatingToolbar.FloatingToolbarPopup
469 mLineHeight = context.getResources()
688 final int toolbarHeightWithVerticalMargin = mLineHeight + margin;
697 } else if (availableHeightBelowContent >= mLineHeight) {
1074 mLineHeight;
1374 extension = (int) (mLineHeight * 0.5f);
1376 return actualSize * mLineHeight

Completed in 112 milliseconds