HomeSort by relevance Sort by last modified time
    Searched refs:lenX (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/jni/
com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp 67 jsize lenX = env->GetArrayLength(jX);
69 LOG_ALWAYS_FATAL_IF(lenX != lenY || lenX <= 0, "Invalid path interpolator, x size: %d,"
70 " y size: %d", lenX, lenY);
71 std::vector<float> x(lenX);
73 env->GetFloatArrayRegion(jX, 0, lenX, x.data());
74 env->GetFloatArrayRegion(jY, 0, lenX, y.data());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 582 int lenX = mHorizontalPatches.size();
584 if (lenY == 0 || lenX == 0) {
589 chunks = new Chunk[lenY][lenX];
593 if (lenY != y || lenX != x) {
595 chunks = new Chunk[lenY][lenX];
609 for (int x = 0; x < lenX; x++) {
620 || xTick.color == BLACK_TICK || lenX == 1) {
634 if ((t.type & Chunk.TYPE_HORIZONTAL) == 0 && lenX > 1 && y == 0) {
646 for (int x = 0; x < lenX; x++) {
707 int lenX = r.x + r.width
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 856 milliseconds