Searched defs:mBackgroundWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java140 private int mBackgroundWidth; field in class:RotarySelector
197 mBackgroundWidth = mBackground.getWidth();
332 mArrowMatrix.postTranslate(0, height + (mBackgroundWidth - height));
348 final int vOffset = mBackgroundWidth - height;
349 final int midX = isHoriz() ? width / 2 : mBackgroundWidth / 2 - vOffset;
361 mBackgroundWidth,
381 mBackgroundWidth,
398 mBackgroundWidth,
418 mBackgroundWidth,
436 mBackgroundWidth,
[all...]

Completed in 62 milliseconds