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()
411 private final int mLineHeight; field in FloatingToolbar.FloatingToolbarPopup468 mLineHeight = context.getResources() in FloatingToolbarPopup()687 final int toolbarHeightWithVerticalMargin = mLineHeight + margin; in refreshCoordinatesAndOverflowDirection()696 } else if (availableHeightBelowContent >= mLineHeight) { in refreshCoordinatesAndOverflowDirection()1073 mLineHeight; in updateOverflowHeight()1373 extension = (int) (mLineHeight * 0.5f); in calculateOverflowHeight()1375 return actualSize * mLineHeight in calculateOverflowHeight()