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

  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/skin/android/
AndroidSkinTranslator.java 801 int bgWidth = layoutFile.getBackgroundWidth(partName, skinFilesPath);
804 int maxX = partOffset.x + bgPos.x + bgWidth
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 496 final int bgWidth = key.getDrawWidth() + padding.left + padding.right;
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 58 milliseconds