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

/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java137 private int mDimpleWidth; field in class:RotarySelector
193 mDimpleWidth = mDimple.getWidth();
214 mLeftHandleX = edgePadding + mDimpleWidth / 2;
216 mRightHandleX = length - edgePadding - mDimpleWidth / 2;
413 final int halfdimple = mDimpleWidth / 2;
504 final int hitWindow = mDimpleWidth;

Completed in 36 milliseconds