Searched refs:currentTouchTargetWidth (Results 1 – 1 of 1) sorted by relevance
63 val currentTouchTargetWidth = hitRect.width() in configureSizeUsingWidthOnly() constant64 if (currentTouchTargetWidth < minTouchTargetSize) { in configureSizeUsingWidthOnly()66 val adjustInsetBy = (minTouchTargetSize - currentTouchTargetWidth) / 2 in configureSizeUsingWidthOnly()87 val currentTouchTargetWidth = hitRect.width() in configureSizeUsingBothWidthAndHeight() constant89 if (currentTouchTargetWidth < minTouchTargetSize) { in configureSizeUsingBothWidthAndHeight()90 (minTouchTargetSize - currentTouchTargetWidth) / 2 in configureSizeUsingBothWidthAndHeight()