Searched refs:mLabelOffCenterRatio (Results 1 – 3 of 3) sorted by relevance
49 public float mLabelOffCenterRatio; field in KeyDrawParams78 mLabelOffCenterRatio = copyFrom.mLabelOffCenterRatio; in KeyDrawParams()118 mLabelOffCenterRatio = selectFloatIfNonZero( in updateParams()119 attr.mLabelOffCenterRatio, mLabelOffCenterRatio); in updateParams()
54 public final float mLabelOffCenterRatio; field in KeyVisualAttributes143 mLabelOffCenterRatio = ResourceUtils.getFraction(keyAttr, in KeyVisualAttributes()
409 labelX = centerX + params.mLabelOffCenterRatio * labelCharWidth; in onDrawKeyTopVisuals()