/frameworks/support/v4/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);
|
/frameworks/support/v4/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);
|
/external/icu4c/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/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...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
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_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_aalinetemp.h | 132 line.xAdj = line.dx / line.len * line.halfWidth;
|
/external/mesa3d/src/mesa/swrast/ |
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_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_aalinetemp.h | 132 line.xAdj = line.dx / line.len * line.halfWidth;
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDevice.cpp | 116 SkScalar xAdj = SkFixedToScalar(xAdv); 119 xAdj = SkScalarHalf(xAdj); 122 *x = *x - xAdj; [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 116 SkScalar xAdj = SkFixedToScalar(xAdv); 119 xAdj = SkScalarHalf(xAdj); 122 *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 | |
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/ |
support-v4-13.0.0.jar | |
/development/samples/training/NavigationDrawer/libs/ |
android-support-v4.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/ |
support-v4-18.0.0.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/ |
support-v4-19.0.0.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/4/ |
android.jar | |
/prebuilts/sdk/5/ |
android.jar | |