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

  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/skin/android/
AndroidSkinTranslator.java 802 int bgHeight = layoutFile.getBackgroundHeight(partName, skinFilesPath);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 340 final int bgHeight = mBackgroundHeight;
342 height - bgHeight:
343 width - bgHeight;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 497 final int bgHeight = key.mHeight + padding.top + padding.bottom;
504 if (bgWidth != bounds.right || bgHeight != bounds.bottom) {
505 background.setBounds(0, 0, bgWidth, bgHeight);
510 drawRectangle(canvas, 0, 0, bgWidth, bgHeight, 0x80c00000, new Paint());
    [all...]

Completed in 119 milliseconds