OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bgHeight
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java
340
final int
bgHeight
= mBackgroundHeight;
342
height -
bgHeight
:
343
width -
bgHeight
;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewManager.java
211
final int
bgHeight
= mCustomBackground.getIntrinsicHeight();
215
final float bgAspect = (float) bgWidth /
bgHeight
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java
336
final int
bgHeight
= key.getHeight() + padding.top + padding.bottom;
343
if (bgWidth != bounds.right ||
bgHeight
!= bounds.bottom) {
344
background.setBounds(0, 0, bgWidth,
bgHeight
);
349
drawRectangle(canvas, 0.0f, 0.0f, bgWidth,
bgHeight
, 0x80c00000, new Paint());
Completed in 991 milliseconds