/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, 149 * @param yAdj Offset to apply to the Y axis. If gravity is TOP this pushes 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 | 108 le_int16 yAdj = dt->getAdjustment(yppem); 110 yPlacementAdjustment += fontInstance->yPixelsToUnits(yAdj); 130 le_int16 yAdj = dt->getAdjustment(yppem); 132 yAdvanceAdjustment += fontInstance->yPixelsToUnits(yAdj); 212 le_int16 yAdj = dt->getAdjustment(yppem); 214 yPlacementAdjustment += fontInstance->yPixelsToUnits(yAdj); 234 le_int16 yAdj = dt->getAdjustment(yppem); 236 yAdvanceAdjustment += fontInstance->yPixelsToUnits(yAdj);
|
/frameworks/base/core/java/android/view/ |
Gravity.java | 179 * @param yAdj Offset to apply to the Y axis. If gravity is TOP this pushes 187 int xAdj, int yAdj, Rect outRect) { 232 + ((container.bottom - container.top - h)/2) + yAdj; 245 outRect.top = container.top + yAdj; 255 outRect.bottom = container.bottom - yAdj; 265 outRect.top = container.top + yAdj; 266 outRect.bottom = container.bottom + yAdj; 285 * @param yAdj Offset to apply to the Y axis. If gravity is TOP this pushes 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_aaline.c | 49 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ 349 line->qx0 = x0 - line->yAdj; 351 line->qx1 = x0 + line->yAdj; 353 line->qx2 = x1 + line->yAdj; 355 line->qx3 = x1 - line->yAdj;
|
s_aalinetemp.h | 133 line.yAdj = line.dy / line.len * line.halfWidth;
|
/external/mesa3d/src/mesa/swrast/ |
s_aaline.c | 49 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ 349 line->qx0 = x0 - line->yAdj; 351 line->qx1 = x0 + line->yAdj; 353 line->qx2 = x1 + line->yAdj; 355 line->qx3 = x1 - line->yAdj;
|
s_aalinetemp.h | 133 line.yAdj = line.dy / line.len * line.halfWidth;
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDevice.cpp | 117 SkScalar yAdj = SkFixedToScalar(yAdv); 120 yAdj = SkScalarHalf(yAdj); 123 *y = *y - yAdj; [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 117 SkScalar yAdj = SkFixedToScalar(yAdv); 120 yAdj = SkScalarHalf(yAdj); 123 *y = *y - yAdj; [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 | |
/prebuilts/sdk/6/ |
android.jar | |