OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anchorY
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Gallery3D/src/com/cooliris/media/
CanvasTexture.java
168
public void drawWithEffect(RenderView view, GL11 gl, float x, float y, float anchorX, float
anchorY
, float alpha, float scale) {
176
float originY = y +
anchorY
* height;
180
y = originY -
anchorY
* height;
/packages/apps/Camera/src/com/android/camera/ui/
HeadUpDisplay.java
208
int
anchorY
= (rect.top + rect.bottom) / 2;
221
int yoffset = Math.max(0,
anchorY
- height / 2);
226
mPopupWindow.setAnchorPosition(
anchorY
- yoffset);
/external/webkit/WebKit/android/jni/
WebViewCore.h
284
int
anchorY
, bool ignoreHeight);
WebViewCore.cpp
[
all
...]
/frameworks/base/awt/java/awt/image/
ConvolveOp.java
513
* @param
anchorY
542
int
anchorY
, int borderType, Object src, int srcWidth, int srcHeight, int srcStride,
/frameworks/base/core/java/android/webkit/
WebViewCore.java
489
int
anchorY
, boolean ignoreHeight);
[
all
...]
/prebuilt/common/jfreechart/
jcommon-1.0.12.jar
jfreechart-1.0.9.jar
Completed in 471 milliseconds