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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 162 const float verticalScale = ProximityInfoParams::VERTICAL_SWEET_SPOT_SCALE_G;
165 mSweetSpotCenterYsG[i] = static_cast<int>(mCenterYsG[i] + gapY * verticalScale);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 558 double verticalScale = vt.getScale();
560 int y = (int) (controlDragBounds.y / verticalScale);
562 int h = (int) (controlDragBounds.h / verticalScale);
    [all...]

Completed in 155 milliseconds