Home | History | Annotate | Download | only in fuelgauge

Lines Matching refs:lastY

798         int x = mLevelLeft, y = 0, startX = mLevelLeft, lastX = -1, lastY = -1;
830 if (lastY != y) {
858 lastY = y;
976 finishPaths(x+1, h, levelh, startX, lastY, curLevelPath, lastX,
979 lastX = lastY = -1;
992 if (lastY < 0 || lastX < 0) {
995 y = lastY = mLevelTop + levelh - ((mBatteryLevel-batLow)*(levelh-1))/batChange;
1016 finishPaths(x, h, levelh, startX, lastY, curLevelPath, lastX,
1023 mTimeRemainPath.moveTo(x, lastY);