HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 138 private int mBackgroundWidth;
195 mBackgroundWidth = mBackground.getWidth();
330 mArrowMatrix.postTranslate(0, height + (mBackgroundWidth - height));
346 final int vOffset = mBackgroundWidth - height;
347 final int midX = isHoriz() ? width / 2 : mBackgroundWidth / 2 - vOffset;
359 mBackgroundWidth,
379 mBackgroundWidth,
396 mBackgroundWidth,
416 mBackgroundWidth,
434 mBackgroundWidth,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 104 int mBackgroundWidth = -1, mBackgroundHeight = -1;
150 mBackgroundWidth = mBackgroundHeight = -1;
279 if (mBackgroundWidth < 0 || mBackgroundHeight < 0) {
289 final int availw = dw - mBackgroundWidth;
355 mBackgroundWidth = mBackground != null ? mBackground.getWidth() : 0;
370 c.clipRect(0, 0, mBackgroundWidth, mBackgroundHeight, Op.DIFFERENCE);
386 final float right = left + mBackgroundWidth;

Completed in 101 milliseconds