Searched refs:mLineHeight (Results 1 – 3 of 3) sorted by relevance
25 private int mLineHeight; field in FlowLayout70 mLineHeight = lineHeight; in onMeasure()104 y += mLineHeight; in onLayout()
31 private int mLineHeight; field in KeyboardShortcutKeysLayout77 this.mLineHeight = lineHeight; in onMeasure()137 yPos += mLineHeight; in onLayout()
136 private final int mLineHeight; field in LocalFloatingToolbarPopup205 mLineHeight = context.getResources() in LocalFloatingToolbarPopup()452 final int toolbarHeightWithVerticalMargin = mLineHeight + margin; in refreshCoordinatesAndOverflowDirection()461 } else if (availableHeightBelowContent >= mLineHeight) { in refreshCoordinatesAndOverflowDirection()836 (suggestedHeight - mOverflowButtonSize.getHeight()) / mLineHeight; in updateOverflowHeight()1135 extension = (int) (mLineHeight * 0.5f); in calculateOverflowHeight()1137 return actualSize * mLineHeight in calculateOverflowHeight()