/frameworks/support/compat/jellybean-mr1/android/support/v4/view/ |
GravityCompatJellybeanMr1.java | 34 public static void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, 36 Gravity.apply(gravity, w, h, container, xAdj, yAdj, outRect, layoutDirection);
|
/external/icu/icu4c/source/layout/ |
ValueRecords.cpp | 97 le_int16 xAdj = dt->getAdjustment(xppem); 99 xPlacementAdjustment += fontInstance->xPixelsToUnits(xAdj); 119 le_int16 xAdj = dt->getAdjustment(xppem); 121 xAdvanceAdjustment += fontInstance->xPixelsToUnits(xAdj); 201 le_int16 xAdj = dt->getAdjustment(xppem); 203 xPlacementAdjustment += fontInstance->xPixelsToUnits(xAdj); 223 le_int16 xAdj = dt->getAdjustment(xppem); 225 xAdvanceAdjustment += fontInstance->xPixelsToUnits(xAdj);
|
/frameworks/support/compat/java/android/support/v4/view/ |
GravityCompat.java | 31 void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, 50 public void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, 52 Gravity.apply(gravity, w, h, container, xAdj, yAdj, outRect); 75 public void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, 77 GravityCompatJellybeanMr1.apply(gravity, w, h, container, xAdj, yAdj, outRect, 145 * @param xAdj Offset to apply to the X axis. If gravity is LEFT this 161 int xAdj, int yAdj, Rect outRect, int layoutDirection) { 162 IMPL.apply(gravity, w, h, container, xAdj, yAdj, outRect, layoutDirection);
|
/frameworks/base/core/java/android/view/ |
Gravity.java | 175 * @param xAdj Offset to apply to the X axis. If gravity is LEFT this 187 int xAdj, int yAdj, Rect outRect) { 191 + ((container.right - container.left - w)/2) + xAdj; 204 outRect.left = container.left + xAdj; 214 outRect.right = container.right - xAdj; 224 outRect.left = container.left + xAdj; 225 outRect.right = container.right + xAdj; 281 * @param xAdj Offset to apply to the X axis. If gravity is LEFT this 297 int xAdj, int yAdj, Rect outRect, int layoutDirection) { 299 apply(absGravity, w, h, container, xAdj, yAdj, outRect) [all...] |
WindowManager.java | [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_aaline.c | 49 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ 350 line->qy0 = y0 + line->xAdj; 352 line->qy1 = y0 - line->xAdj; 354 line->qy2 = y1 - line->xAdj; 356 line->qy3 = y1 + line->xAdj;
|
s_aatritemp.h | 183 const GLfloat xAdj = dxdy < 0.0F ? -dxdy : 0.0F; 190 GLint ix, startX = (GLint) (x - xAdj); 252 const GLfloat xAdj = dxdy > 0 ? dxdy : 0.0F; 259 GLint ix, left, startX = (GLint) (x + xAdj);
|
s_aalinetemp.h | 132 line.xAdj = line.dx / line.len * line.halfWidth;
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
float.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
float.go | [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
float.go | [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
float.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
float.go | [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
float.go | [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 109 SkScalar xAdj = SkFixedToScalar(xAdv); 112 xAdj = SkScalarHalf(xAdj); 115 *x = *x - xAdj; [all...] |
/prebuilts/devtools/tools/lib/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/jfreechart/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
stereo_g729.rtp | 213 < |