OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vHeight
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewManager.java
166
final int
vHeight
= getHeight();
170
-(bounds.height() -
vHeight
) / 2);
213
final int
vHeight
= getHeight();
216
final float vAspect = (float) vWidth /
vHeight
;
219
mCustomBackground.setBounds(0, 0, (int) (
vHeight
* bgAspect),
vHeight
);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Cylinder.java
267
Vector3f
vHeight
= Vector3f.UNIT_Z.mult(height);
274
Vector3f vMantle =
vHeight
.subtract(vRadius2.subtract(vRadius));
/frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp
[
all
...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
[
all
...]
Completed in 1242 milliseconds